Skip to content

Commit

Permalink
Feedback: Fix Windows build requirement installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed Sep 22, 2024
1 parent 0d838a0 commit afeff77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
brew install swig pylint
- name: "Install build prerequisites (Windows)"
if: matrix.name == 'Windows'
if: startsWith(matrix.name, 'Windows')
run: |
choco install swig --version 2.0.12 --allow-empty-checksums --yes --limit-output --allow-downgrade
choco upgrade swig --allow-empty-checksums --yes --limit-output
swig -version
- name: "Determine virtual environment bin path"
Expand Down

0 comments on commit afeff77

Please sign in to comment.