Skip to content

Commit 97bc00c

Browse files
bors[bot]toasteater
andauthored
Merge #726
726: Try to fix LLVM installation in CI r=toasteater a=toasteater 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. Co-authored-by: toasteater <48371905+toasteater@users.noreply.github.com>
2 parents 0d4beec + 4f71336 commit 97bc00c

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)