Skip to content

Commit

Permalink
release.yml: no Windows build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ngirard authored Mar 6, 2020
1 parent dc8f1af commit b56ae57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: '${{ matrix.os }}'
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, macOS-latest] #, windows-latest]
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-musl
Expand Down

0 comments on commit b56ae57

Please sign in to comment.