We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dea175 commit ca9b823Copy full SHA for ca9b823
.github/workflows/build_python_deps_linux.yml
@@ -62,11 +62,13 @@ jobs:
62
63
- name: Install python deps
64
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'
68
69
- name: Setup linux
70
if: matrix.wheel_combinations[0] == 'ubuntu-latest'
71
run: |
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
72
sudo apt-get install -y libffi-dev
73
74
- name: Download and Untar File - Windows
0 commit comments