Skip to content

Commit a1a15c1

Browse files
authored
feat: autogen ca cert (#9)
1 parent ea049f1 commit a1a15c1

File tree

7 files changed

+302
-155
lines changed

7 files changed

+302
-155
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
os: macos-latest
2525
use-cross: true
2626
cargo-flags: ""
27-
# - target: aarch64-pc-windows-msvc
28-
# os: windows-latest
29-
# use-cross: true
30-
# cargo-flags: ""
27+
- target: aarch64-pc-windows-msvc
28+
os: windows-latest
29+
use-cross: true
30+
cargo-flags: ""
3131
- target: x86_64-apple-darwin
3232
os: macos-latest
3333
cargo-flags: ""

0 commit comments

Comments
 (0)