Skip to content

Commit

Permalink
chore: Temporarily disable install.sh on Windows 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jun 10, 2024
1 parent 5d44441 commit 2e05737
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ jobs:
if: ${{ needs.changes.outputs.sh == 'true' }}
strategy:
matrix:
os: [macos-12, ubuntu-20.04, windows-2022]
os:
- macos-12
- ubuntu-20.04
#- windows-2022 # fails with "debug http_download_curl received HTTP status 000"
needs: changes
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit 2e05737

Please sign in to comment.