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