Skip to content

Commit

Permalink
chore: Fix Windows workflow (#299)
Browse files Browse the repository at this point in the history
* Update main.yml

* Try upgrading LLVM

* Try to fix CI

* More debugging

* More debugging

* Remove debugging

---------

Co-authored-by: Martin Robinson <[email protected]>
  • Loading branch information
dklassic and mrobinson authored Jul 17, 2024
1 parent 95f64b8 commit c9c0c2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- name: Upgrade LLVM (Windows)
if: runner.os == 'Windows'
run: |
choco uninstall llvm
choco upgrade llvm --version=17.0.6 -y
echo "LLVM_PATH=C:\Program Files\LLVM\bin" >> $GITHUB_ENV
- name: Install rust
Expand Down

0 comments on commit c9c0c2b

Please sign in to comment.