Skip to content

Commit

Permalink
ci: remove toolset version
Browse files Browse the repository at this point in the history
nothing works and no working example found
  • Loading branch information
ToruNiina committed Jun 16, 2024
1 parent 1575adf commit 2a1cc4d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ jobs:
runs-on: windows-2022
strategy:
matrix:
version: ['16', '17']
standard: ['11', '14', '17', '20']
config: ['Release', 'Debug']
precompile: ['ON', 'OFF']
Expand All @@ -179,8 +178,6 @@ 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 2a1cc4d

Please sign in to comment.