Skip to content

Commit

Permalink
ci: only install vs2019
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamite-bud committed Aug 30, 2023
1 parent 6e1567a commit ee29995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
- name: Install chocolatey deps (Windows)
# if: contains(matrix.os, 'windows') && matrix.arch == 'x86'
shell: bash
run: choco install -y git python3 visualstudio2022community cmake
run: choco install -y visualstudio2019community cmake

- name: Set up MinGW (Windows)
if: contains(matrix.os, 'windows') && matrix.arch == 'x86'
Expand Down

0 comments on commit ee29995

Please sign in to comment.