mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-22 01:18:44 -05:00
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:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user