mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-24 11:58:36 -06:00
workflows upgraded to Clang 17.0.1
This commit is contained in:
6
.github/workflows/clang-cl-qt6.yml
vendored
6
.github/workflows/clang-cl-qt6.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user