Skip to content

Commit

Permalink
ci: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Nov 25, 2023
1 parent 63f65ce commit 7134e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-for-linux/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

curl -fsSL https://fnm.vercel.app/install | bash
export PATH="/github/home/.local/share/fnm:$PATH"
fnm env && fnm install 21 && fnm use 21
fnm install && fnm use
npm install pnpm -g

rustup target add "$INPUT_TARGET"
Expand Down

0 comments on commit 7134e78

Please sign in to comment.