We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333dcc1 commit 8694aefCopy full SHA for 8694aef
1 file changed
.github/workflows/gcm_python.yml
@@ -64,6 +64,11 @@ jobs:
64
path: ~/.cache/venv-ci
65
key: ${{ env.pythonLocation }}-${{ hashFiles('dev-requirements.txt') }}
66
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
+
72
- name: Install build dependencies
73
run: |
74
sudo apt update --yes
0 commit comments