Skip to content

Commit

Permalink
apt must be run as sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorguidi committed May 15, 2024
1 parent 0e389bc commit 81bed70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_python_deps_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

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

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

0 comments on commit 81bed70

Please sign in to comment.