fix(ci): use native-tls-vendored for @tauri-apps/cli darwin arm64 build (#7245)

This commit is contained in:
Lucas Fernandes Nogueira
2023-06-17 15:14:02 -07:00
committed by GitHub
parent bd29b05f15
commit 7036bc93ed

View File

@@ -61,7 +61,7 @@ jobs:
- host: macos-latest
target: aarch64-apple-darwin
build: |
yarn build:release --target=aarch64-apple-darwin
yarn build:release --features native-tls-vendored --target=aarch64-apple-darwin
strip -x *.node
- host: ubuntu-20.04
target: aarch64-unknown-linux-gnu