Skip to content

Commit 2c4ec91

Browse files
committed
fix(build): update release workflow
1 parent 14fae70 commit 2c4ec91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
os: ubuntu-latest
2525

2626
- name: windows-x64
27-
target: x86_64-pc-windows-msvc
27+
target: x86_64-pc-windows-gnu
2828
use-cross: true
2929
os: ubuntu-latest # cross 也支持 windows targets
3030

31-
# - name: windows-arm64
32-
# target: aarch64-pc-windows-msvc
33-
# use-cross: true
34-
# os: ubuntu-latest
31+
- name: windows-arm64
32+
target: aarch64-pc-windows-gnu
33+
use-cross: true
34+
os: ubuntu-latest
3535

3636
- name: macos-x64
3737
target: x86_64-apple-darwin

0 commit comments

Comments
 (0)