We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd2ae4 commit 213679fCopy full SHA for 213679f
.github/actions/build-llvm/action.yml
@@ -23,6 +23,10 @@ runs:
23
if: steps.llvm-cache.outputs.cache-hit != 'true'
24
run: cargo nexus build-sys build --targets llvm
25
shell: bash
26
+ - name: Delete build artifacts
27
+ if: steps.llvm-cache.outputs.cache-hit != 'true'
28
+ run: rm -rf nexusbuild/llvm/{*.build,*.src*}
29
+ shell: bash
30
- name: Save llvm
31
32
uses: actions/cache/save@v4
0 commit comments