workflows upgraded to Clang 17.0.1

This commit is contained in:
silverqx
2023-09-22 20:15:18 +02:00
parent dfa8a7a2d7
commit b2e6e1c7ab

View File

@@ -476,12 +476,12 @@ jobs:
with:
path: |
C:/Program Files/LLVM
key: llvm-16.0.6
key: llvm-17.0.1
- name: Install LLVM and Clang 16.0.6
- name: Install LLVM and Clang 17.0.1
uses: KyleMayes/install-llvm-action@v1
with:
version: 16.0.6
version: 17.0.1
force-version: true
cached: ${{ steps.llvm-cache.outputs.cache-hit }}