瀏覽代碼

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
           - host: macos-latest
             target: aarch64-apple-darwin
             target: aarch64-apple-darwin
             build: |
             build: |
-              yarn build:release --target=aarch64-apple-darwin
+              yarn build:release --features native-tls-vendored --target=aarch64-apple-darwin
               strip -x *.node
               strip -x *.node
           - host: ubuntu-20.04
           - host: ubuntu-20.04
             target: aarch64-unknown-linux-gnu
             target: aarch64-unknown-linux-gnu