Skip to content

Commit

Permalink
ci: trying to explicitly set msvc version
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Jun 16, 2024
1 parent 88cbf1c commit 3d43303
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ jobs:
runs-on: windows-2022
strategy:
matrix:
version: ['16.0', '17.0']
standard: ['11', '14', '17', '20']
config: ['Release', 'Debug']
precompile: ['ON', 'OFF']
Expand All @@ -178,6 +179,8 @@ jobs:
with:
submodules: true
- uses: ilammy/msvc-dev-cmd@v1
with:
toolset: ${{matrix.version}}
- name: Configure
shell: cmd
run: |
Expand Down

0 comments on commit 3d43303

Please sign in to comment.