Skip to content

Commit

Permalink
ci: run choco only on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamite-bud committed Aug 30, 2023
1 parent ee29995 commit 3c35245
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,9 @@ jobs:
# Windows

- name: Install chocolatey deps (Windows)
# if: contains(matrix.os, 'windows') && matrix.arch == 'x86'
if: contains(matrix.os, 'windows') && matrix.arch == 'x86'
shell: bash
continue-on-error: true
run: choco install -y visualstudio2019community cmake

- name: Set up MinGW (Windows)
Expand Down

0 comments on commit 3c35245

Please sign in to comment.