Skip to content

Commit

Permalink
remove nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaravm committed Jul 9, 2024
1 parent e91cf6c commit e0d957c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Install Node.js # required for build-models.sh
run: |
curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
apt-get install -y nodejs
- name: Set up JDK 11 # required for build-models.sh
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit e0d957c

Please sign in to comment.