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 dff1a21 commit bedf68f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ jobs:
OPENSSL_INCLUDE_DIR: /usr/include/openssl

steps:
- name: Install Rust
- name: Install dependencies
run: |
apt-get update
apt-get install -y curl git build-essential libssl-dev
# if ! command -v rustup &> /dev/null # might not be installed while executing using `act`
# then
# curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
# . $HOME/.cargo/env
# fi
- uses: actions/checkout@v4 # checkout the repository
- name: Install Rust
run: |
rustup update stable
- name: Install Node.js # required for build-models.sh
Expand Down

0 comments on commit bedf68f

Please sign in to comment.