Skip to content

Commit

Permalink
Reenable clang-cl CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Feb 5, 2024
1 parent 9fa194a commit eff2935
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build-windows-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
- name: Set up MSVC environment
uses: equeim/action-setup-msvc-environment@v1

- name: Upgrade LLVM
if: inputs.build-with-msvc-clang-toolchain == 'true'
run: |
choco upgrade llvm
- name: Set up vcpkg
uses: equeim/action-setup-vcpkg@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
matrix:
toolchain:
- msvc
#- msvc-clang
- msvc-clang

uses: ./.github/workflows/build-windows-msvc.yml
with:
Expand Down

0 comments on commit eff2935

Please sign in to comment.