Browse Source

disable tls for aarch64-pc-windows-msvc

pull/76/head
sigoden 3 years ago
parent
commit
21751d7a3a
  1. 2
      .github/workflows/release.yaml

2
.github/workflows/release.yaml

@ -25,7 +25,7 @@ jobs: @@ -25,7 +25,7 @@ jobs:
- target: aarch64-pc-windows-msvc
os: windows-latest
use-cross: true
cargo-flags: ""
cargo-flags: "--no-default-features"
- target: aarch64-linux-android
os: ubuntu-latest
use-cross: true

Loading…
Cancel
Save