Skip to content

Commit 8694aef

Browse files
committed
Restore Rust installation step from main
1 parent 333dcc1 commit 8694aef

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/gcm_python.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464
path: ~/.cache/venv-ci
6565
key: ${{ env.pythonLocation }}-${{ hashFiles('dev-requirements.txt') }}
6666

67+
- name: Install Rust
68+
run: |
69+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
70+
cp -r $HOME/.cargo/bin/* $HOME/.cache/venv-ci/bin/
71+
6772
- name: Install build dependencies
6873
run: |
6974
sudo apt update --yes

0 commit comments

Comments
 (0)