We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51e3c2 commit 53b1efdCopy full SHA for 53b1efd
.github/workflows/llvm.yml
@@ -51,7 +51,9 @@ jobs:
51
52
- name: Package LLVM
53
shell: bash
54
- run: build/build.sh package_llvm -platform $PLATFORM -configuration $BUILD_CONFIGURATION
+ 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
57
58
- name: 'Upload Artifact'
59
uses: actions/upload-artifact@v4
0 commit comments