Browse Source

Free some more disk space before packaging.

update-llvm-workflow
tritao 5 months ago
parent
commit
53b1efd015
  1. 4
      .github/workflows/llvm.yml

4
.github/workflows/llvm.yml

@ -51,7 +51,9 @@ jobs:
- name: Package LLVM - name: Package LLVM
shell: bash 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' - name: 'Upload Artifact'
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4

Loading…
Cancel
Save