Skip to content

Commit 81bed70

Browse files
committed
apt must be run as sudo
1 parent 0e389bc commit 81bed70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_python_deps_linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Setup linux
6767
if: matrix.wheel_combinations[0] == 'ubuntu-latest'
68-
run: apt install -y rustc
68+
run: sudo apt install -y rustc
6969

7070
- name: Setup windows
7171
if: matrix.wheel_combinations[0] == 'ubuntu-latest'

0 commit comments

Comments
 (0)