From ff10b8693801e4cc7f8cf8b381a0da578513c4e8 Mon Sep 17 00:00:00 2001 From: Huang Qi Date: Mon, 17 Feb 2025 12:23:04 +0800 Subject: [PATCH] fix(build_llvm_libraries.yml): Correct script path for build_llvm.py Signed-off-by: Huang Qi --- .github/workflows/build_llvm_libraries.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_llvm_libraries.yml b/.github/workflows/build_llvm_libraries.yml index bdfd4fcb2..e4b7732bc 100644 --- a/.github/workflows/build_llvm_libraries.yml +++ b/.github/workflows/build_llvm_libraries.yml @@ -65,6 +65,7 @@ jobs: shell: bash run: | echo "last_commit=$(GH_TOKEN=${{ secrets.GITHUB_TOKEN }} /usr/bin/env python3 ./build_llvm.py ${{ inputs.extra_build_llvm_options }} --llvm-ver)" >> $GITHUB_OUTPUT + working-directory: build-scripts # Bump the prefix number to evict all previous caches and # enforce a clean build, in the unlikely case that some