Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrobinson authored Jul 17, 2024
1 parent df8ce37 commit 09c7351
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
- name: Upgrade LLVM (Windows)
if: runner.os == 'Windows'
run: |
choco upgrade llvm -y
choco uninstall llvm
choco upgrade llvm --version=17.0.6 -y
echo "LLVM_PATH=C:\Program Files\LLVM\bin" >> $GITHUB_ENV
- name: Install rust
id: toolchain
Expand Down

0 comments on commit 09c7351

Please sign in to comment.