Skip to content

Commit 1b83210

Browse files
committed
Revert "workflows clang-cl updated to Clang 15.0.6"
This reverts commit d3dd243. LLVM stopped providing exe for win64/32 so the KyleMayes/install-llvm-action@v1 action is failing.
1 parent 832a46e commit 1b83210

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/clang-cl.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,12 @@ jobs:
183183
with:
184184
path: |
185185
C:/Program Files/LLVM
186-
key: llvm-15.0.6
186+
key: llvm-14.0.6
187187

188-
- name: Install LLVM and Clang 15.0.6
188+
- name: Install LLVM and Clang 14.0.6
189189
uses: KyleMayes/install-llvm-action@v1
190190
with:
191-
version: "15.0.6"
191+
version: "14.0.6"
192192
force-version: true
193193
cached: ${{ steps.llvm-cached.outputs.cache-hit }}
194194

0 commit comments

Comments
 (0)