Skip to content

Commit 3004fcd

Browse files
committed
LLVM LLVM 21.1.0 instead of 21.1.3
1 parent daaf327 commit 3004fcd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- name: Install LLVM 21.1.3
21-
run: choco install llvm --version=21.1.3 -y
20+
- name: Install LLVM 21.1.0
21+
run: choco install llvm --version=21.1.0 -y
2222
shell: powershell
2323

2424
- name: Add LLVM to PATH

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Install LLVM 21.1.3
17-
run: choco install llvm --version=21.1.3 -y
16+
- name: Install LLVM 21.1.0
17+
run: choco install llvm --version=21.1.0 -y
1818
shell: powershell
1919

2020
- name: Add LLVM to PATH

0 commit comments

Comments
 (0)