We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45db4ba commit ff10b86Copy full SHA for ff10b86
.github/workflows/build_llvm_libraries.yml
@@ -65,6 +65,7 @@ jobs:
65
shell: bash
66
run: |
67
echo "last_commit=$(GH_TOKEN=${{ secrets.GITHUB_TOKEN }} /usr/bin/env python3 ./build_llvm.py ${{ inputs.extra_build_llvm_options }} --llvm-ver)" >> $GITHUB_OUTPUT
68
+ working-directory: build-scripts
69
70
# Bump the prefix number to evict all previous caches and
71
# enforce a clean build, in the unlikely case that some
0 commit comments