Skip to content

Commit

Permalink
.github/workflows/windows.yml: upgrade to clang 18.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Jul 10, 2024
1 parent 7eaeeca commit 743934d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Setup LLVM
shell: bash
run: |
curl -s -o llvm-win64.exe -LJO https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/LLVM-16.0.6-win64.exe
curl -s -o llvm-win64.exe -LJO https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/LLVM-18.1.8-win64.exe
7z x -ollvm llvm-win64.exe
- name: Configure, build, install (CPU)
Expand Down

0 comments on commit 743934d

Please sign in to comment.