From 398ba613cb7f9294e21a1c7b139da0986e4fd93f Mon Sep 17 00:00:00 2001 From: Marek Fedorovic Date: Fri, 29 Sep 2023 17:50:34 +1000 Subject: [PATCH] fix: Fix openssl dependencies --- .github/workflows/npm.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index d8dd127e..d005c39b 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -45,7 +45,6 @@ jobs: echo "" echo "rustup toolchain list before isntall" rustup toolchain list - rustup toolchain uninstall stable-x86_64-apple-darwin rustup toolchain install --force-non-host stable-aarch64-apple-darwin echo "" echo "rustup toolchain list after isntall" @@ -125,8 +124,8 @@ jobs: - name: Install node dependencies run: cd ${{ matrix.settings.jsPackageHome }} && pwd && ls -l . && npm install -verbose - - name: Cargo build - run: cargo build + # - name: Cargo build + # run: cargo build - name: NAPI-RS build shell: bash