Skip to content

Commit

Permalink
Try use LLVM 15 for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Dec 13, 2024
1 parent 27ad32d commit 0a7b48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
shell: bash
if: startsWith(matrix.os, 'windows')
run: |
choco install llvm
choco install llvm --version=15.0.7 --allow-downgrade
- name: Install dependencies
run: |
Expand Down

0 comments on commit 0a7b48d

Please sign in to comment.