Skip to content

Commit

Permalink
Revert "workflows clang-cl updated to Clang 15.0.6"
Browse files Browse the repository at this point in the history
This reverts commit d3dd243.

LLVM stopped providing exe for win64/32 so
the KyleMayes/install-llvm-action@v1 action is failing.
  • Loading branch information
silverqx committed Dec 5, 2022
1 parent 832a46e commit 1b83210
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/clang-cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,12 @@ jobs:
with:
path: |
C:/Program Files/LLVM
key: llvm-15.0.6
key: llvm-14.0.6

- name: Install LLVM and Clang 15.0.6
- name: Install LLVM and Clang 14.0.6
uses: KyleMayes/install-llvm-action@v1
with:
version: "15.0.6"
version: "14.0.6"
force-version: true
cached: ${{ steps.llvm-cached.outputs.cache-hit }}

Expand Down

0 comments on commit 1b83210

Please sign in to comment.