Revert "Revert "workflows clang-cl updated to Clang 15.0.6""

This reverts commit 1b83210e57.

They added the Clang 15.0.6 windows binaries 8 days after
the release. 🤐😮
This commit is contained in:
silverqx
2022-12-07 11:01:20 +01:00
parent a4c058a29f
commit 35ad2a364c
+3 -3
View File
@@ -183,12 +183,12 @@ jobs:
with:
path: |
C:/Program Files/LLVM
key: llvm-14.0.6
key: llvm-15.0.6
- name: Install LLVM and Clang 14.0.6
- name: Install LLVM and Clang 15.0.6
uses: KyleMayes/install-llvm-action@v1
with:
version: "14.0.6"
version: "15.0.6"
force-version: true
cached: ${{ steps.llvm-cached.outputs.cache-hit }}