Skip to content

Commit

Permalink
Free some more disk space before packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Feb 6, 2025
1 parent c51e3c2 commit 53b1efd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:

- name: Package LLVM
shell: bash
run: build/build.sh package_llvm -platform $PLATFORM -configuration $BUILD_CONFIGURATION
run: |
rm -rf build/llvm/llvm-project/llvm/test && rm -rf build/llvm/llvm-project/clang/test
build/build.sh package_llvm -platform $PLATFORM -configuration $BUILD_CONFIGURATION
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 53b1efd

Please sign in to comment.