Skip to content

Commit

Permalink
fix: Fix openssl dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Sep 29, 2023
1 parent 0bf6308 commit 398ba61
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 398ba61

Please sign in to comment.