Skip to content

Commit

Permalink
rm sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Mar 14, 2024
1 parent 5ddd963 commit da373aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: test
run: |
# sudo apt-get update && sudo apt-get install -y iproute2 protobuf-compiler
sudo apt-get update && sudo apt-get install -y iproute2
apt-get update && apt-get install -y iproute2
ip a
ip link set lo up
cargo test
Expand Down

0 comments on commit da373aa

Please sign in to comment.