Skip to content

Commit

Permalink
try a different clang method
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Oct 9, 2024
1 parent b3710ae commit a890f57
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/cmake-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -610,14 +610,9 @@ jobs:
- name: Install Dependencies (Windows_clang)
run: choco install ninja

- uses: ilammy/msvc-dev-cmd@v1

- name: add clang to env
uses: KyleMayes/install-llvm-action@v2.0.5
id: setup-clang
with:
env: true
version: '18'
- name: Workaround C++ clang
run: |
choco upgrade llvm
- name: Set file base name (Windows_clang)
id: set-file-base
Expand Down

0 comments on commit a890f57

Please sign in to comment.