Skip to content

Commit c2358b1

Browse files
committed
Add windows target on release
1 parent b98b873 commit c2358b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
target: [x86_64-unknown-linux-musl, x86_64-apple-darwin]
14+
target: [x86_64-unknown-linux-musl, x86_64-apple-darwin, x86_64-pc-windows-gnu]
1515
steps:
1616
- uses: actions/checkout@master
1717
- name: Compile and release

0 commit comments

Comments
 (0)