فهرست منبع

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

Lucas Fernandes Nogueira 2 سال پیش
والد
کامیت
7036bc93ed
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/publish-cli-js.yml

+ 1 - 1
.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