We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b289f2 commit 2b71092Copy full SHA for 2b71092
.github/actions/1-setup/action.yml
@@ -71,7 +71,7 @@ runs:
71
run: |
72
set -eux
73
cd ..
74
- version='${{ inputs.clang_major }}.1.8'
+ version='${{ inputs.clang_major }}.1.1'
75
curl -fL --retry 3 --max-time 300 -o clang.exe \
76
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/LLVM-$version-win64.exe
77
./clang.exe //S # double-slash for bash
.github/workflows/main.yml
@@ -14,8 +14,8 @@ concurrency:
14
cancel-in-progress: true
15
16
env:
17
- LLVM_VERSION: 21.1.8
18
- CLANG_MAJOR: 21
+ LLVM_VERSION: 5d437dc6
+ CLANG_MAJOR: 22
19
20
jobs:
21
build-native:
0 commit comments