Skip to content

Commit ca9b823

Browse files
committed
Adding rust toolchain setup step
1 parent 8dea175 commit ca9b823

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_python_deps_linux.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,13 @@ jobs:
6262

6363
- name: Install python deps
6464
run: python -m pip install cibuildwheel==2.17.0
65+
66+
- uses: actions-rust-lang/setup-rust-toolchain@v1
67+
if: matrix.wheel_combinations[0] == 'ubuntu-latest'
6568

6669
- name: Setup linux
6770
if: matrix.wheel_combinations[0] == 'ubuntu-latest'
6871
run: |
69-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
7072
sudo apt-get install -y libffi-dev
7173
7274
- name: Download and Untar File - Windows

0 commit comments

Comments
 (0)