Skip to content

Commit 4f71336

Browse files
author
toasteater
committed
Try to fix LLVM installation in CI
It seems that some changes in the CI environment stopped clang-sys from finding the installation on Windows. Let's see if bumping the version of `install-llvm-action` can resolve this issue.
1 parent 0d4beec commit 4f71336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
profile: minimal
8787
toolchain: stable
88-
- uses: KyleMayes/install-llvm-action@01144dc97b1e2693196c3056414a44f15180648b
88+
- uses: KyleMayes/install-llvm-action@7673c1af8f0ae228f19f5962fc2cd6e3378305a8
8989
with:
9090
version: 10.0
9191
directory: ${{ runner.temp }}/llvm

0 commit comments

Comments
 (0)