We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f57891 commit 93be9c2Copy full SHA for 93be9c2
.github/workflows/build_python_deps_linux.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Setup linux
67
if: matrix.wheel_combinations[0] == 'ubuntu-latest'
68
- run: sudo apt install -y rustc
+ run: sudo apt-get install setuptools_rust
69
70
- name: Download and Untar File - Windows
71
if: matrix.wheel_combinations[0] == 'windows-latest'
0 commit comments