Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Dec 8, 2022
1 parent f909bde commit 05e45eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_test_deploy.yml
Expand Up @@ -1283,7 +1283,8 @@ jobs:
usesh: true
mem: 6000
prepare: |
curl https://install-node.vercel.app/v${{ matrix.node }} | FORCE=1 bash
env
curl https://install-node.vercel.app/v16 | FORCE=1 bash
npm i -g pnpm@${PNPM_VERSION} "@napi-rs/cli@${NAPI_CLI_VERSION}"
curl https://sh.rustup.rs -sSf --output rustup.sh
sh rustup.sh -y --profile minimal --default-toolchain stable
Expand Down

0 comments on commit 05e45eb

Please sign in to comment.