Эх сурвалжийг харах

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

Lucas Fernandes Nogueira 2 жил өмнө
parent
commit
7036bc93ed

+ 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