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 b8ea658 commit 2d24c43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Install Rust
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
echo 'source $HOME/.cargo/env' >> $GITHUB_ENV
source $HOME/.cargo/env
rustup update stable
- name: Install Node.js # required for build-models.sh
run: |
Expand Down

0 comments on commit 2d24c43

Please sign in to comment.