Skip to content

Commit 2b71092

Browse files
committed
Bump LDC-LLVM to v22.1.1+
1 parent 2b289f2 commit 2b71092

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/1-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171
run: |
7272
set -eux
7373
cd ..
74-
version='${{ inputs.clang_major }}.1.8'
74+
version='${{ inputs.clang_major }}.1.1'
7575
curl -fL --retry 3 --max-time 300 -o clang.exe \
7676
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/LLVM-$version-win64.exe
7777
./clang.exe //S # double-slash for bash

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
env:
17-
LLVM_VERSION: 21.1.8
18-
CLANG_MAJOR: 21
17+
LLVM_VERSION: 5d437dc6
18+
CLANG_MAJOR: 22
1919

2020
jobs:
2121
build-native:

0 commit comments

Comments
 (0)