Skip to content

Commit 14fae70

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

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
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-msvc
33+
# use-cross: true
34+
# os: ubuntu-latest
3535

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

Cargo.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ tar = "0.4.44"
2020
flate2 = "1.1.2"
2121
serde_json = "1.0.141"
2222
webbrowser = "1.0.5"
23+
openssl = { version = "0.10.73", features = ["vendored"] }
2324

0 commit comments

Comments
 (0)