Skip to content

Commit

Permalink
Add windows target on release
Browse files Browse the repository at this point in the history
  • Loading branch information
blahgeek committed Jan 12, 2024
1 parent b98b873 commit c2358b1
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 @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [x86_64-unknown-linux-musl, x86_64-apple-darwin]
target: [x86_64-unknown-linux-musl, x86_64-apple-darwin, x86_64-pc-windows-gnu]
steps:
- uses: actions/checkout@master
- name: Compile and release
Expand Down

0 comments on commit c2358b1

Please sign in to comment.