We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daaf327 commit 3004fcdCopy full SHA for 3004fcd
.github/workflows/build-check.yml
@@ -17,8 +17,8 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
20
- - name: Install LLVM 21.1.3
21
- run: choco install llvm --version=21.1.3 -y
+ - name: Install LLVM 21.1.0
+ run: choco install llvm --version=21.1.0 -y
22
shell: powershell
23
24
- name: Add LLVM to PATH
.github/workflows/cd.yml
@@ -13,8 +13,8 @@ jobs:
13
14
15
16
0 commit comments