Skip to content

Commit ff10b86

Browse files
no1wudiloganek
authored andcommitted
fix(build_llvm_libraries.yml): Correct script path for build_llvm.py
Signed-off-by: Huang Qi <[email protected]>
1 parent 45db4ba commit ff10b86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_llvm_libraries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
shell: bash
6666
run: |
6767
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
6869

6970
# Bump the prefix number to evict all previous caches and
7071
# enforce a clean build, in the unlikely case that some

0 commit comments

Comments
 (0)