Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RoseBlume committed Nov 6, 2024
1 parent 4c58d53 commit 60a9989
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ jobs:
. "$HOME/.cargo/env"
# curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash
# Install framework specific packages
#sudo npm install --force -g npm@latest
#sudo npm install --force -g nodejs@latest
sudo npm install --force -g npm@latest
sudo npm install --force -g nodejs@latest
sudo npm install --force -g yarn@latest
# Install Rust Nightly
# rustup default nightly # Only Enable for nightly builds
# Remove Yarn Lock
Expand Down

0 comments on commit 60a9989

Please sign in to comment.