No need for sudo
This commit is contained in:
parent
7bd35cb403
commit
783e865abe
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
key: cargo
|
||||
paths:
|
||||
- ~/.cargo
|
||||
- run: sudo apt install -y wget
|
||||
- run: apt install -y wget
|
||||
- run: ./scripts/install-deps.sh
|
||||
- run: cargo fmt -- --write-mode=diff
|
||||
- run: cargo build
|
||||
|
|
Reference in a new issue