CI: zstd fix
Some checks failed
continuous-integration/drone/push Build is failing

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

View File

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