Skip to content

Commit 53b1efd

Browse files
committed
Free some more disk space before packaging.
1 parent c51e3c2 commit 53b1efd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/llvm.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151

5252
- name: Package LLVM
5353
shell: bash
54-
run: build/build.sh package_llvm -platform $PLATFORM -configuration $BUILD_CONFIGURATION
54+
run: |
55+
rm -rf build/llvm/llvm-project/llvm/test && rm -rf build/llvm/llvm-project/clang/test
56+
build/build.sh package_llvm -platform $PLATFORM -configuration $BUILD_CONFIGURATION
5557
5658
- name: 'Upload Artifact'
5759
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)