Skip to content

Commit

Permalink
trying to remove installing rust in ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
aaravm committed Jul 8, 2024
1 parent e02346c commit dff1a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
# . $HOME/.cargo/env
# fi
# rustup update stable
rustup update stable
- name: Install Node.js # required for build-models.sh
run: |
Expand Down

0 comments on commit dff1a21

Please sign in to comment.