We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e389bc commit 81bed70Copy full SHA for 81bed70
.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: apt install -y rustc
+ run: sudo apt install -y rustc
69
70
- name: Setup windows
71
0 commit comments