Skip to content

Commit

Permalink
Switch to MSVC for windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Apr 21, 2024
1 parent 4c993a4 commit bf165aa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
build:
name: Clang
name: MSVC
runs-on: windows-2022
steps:
- name: Check out code
Expand All @@ -26,14 +26,16 @@ jobs:
- name: Install ninja
run: choco install ninja

- name: Setup Visual Studio shell
uses: egor-tensin/vs-shell@v2
with:
arch: x64

- name: Install conan
run: |
pip3 install --upgrade conan
conan profile detect -f
- name: Install clang
uses: egor-tensin/setup-clang@v1

- name: CMake config
run: >
cmake
Expand Down

0 comments on commit bf165aa

Please sign in to comment.