From 7036bc93ed4648c3faabe2a81f56fda6990c5aac Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Sat, 17 Jun 2023 15:14:02 -0700 Subject: [PATCH] fix(ci): use native-tls-vendored for @tauri-apps/cli darwin arm64 build (#7245) --- .github/workflows/publish-cli-js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-cli-js.yml b/.github/workflows/publish-cli-js.yml index 9dab27023..d5e690706 100644 --- a/.github/workflows/publish-cli-js.yml +++ b/.github/workflows/publish-cli-js.yml @@ -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