CI: zstd fix
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Adam Štrauch 2022-07-23 00:28:29 +02:00
parent 797bc6d654
commit 5b63a0d9aa
Signed by: cx
GPG Key ID: 018304FFA8988F8D
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ steps:
path: /var/run
commands:
- apt update && apt upgrade -y
- apt install tar zstd
- apt install -y tar zstd
- sleep 10
- go mod tidy
- make test