diff options
author | Harvey Tindall <hrfee@protonmail.ch> | 2021-01-15 22:20:08 +0000 |
---|---|---|
committer | Harvey Tindall <hrfee@protonmail.ch> | 2021-01-15 22:20:08 +0000 |
commit | 648f56f1d01b1867ab296bb4594d6a26b025451f (patch) | |
tree | 2d0b76aa630ee89744ca903e0fc9fdde74eb168e /.drone.yml | |
parent | 2c3c989480a0b0acba853aefaa23ade6f7bd06be (diff) | |
download | waybar-mpris-648f56f1d01b1867ab296bb4594d6a26b025451f.tar.gz waybar-mpris-648f56f1d01b1867ab296bb4594d6a26b025451f.zip |
apt update agh
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ steps: - name: build image: golang:latest commands: + - apt update -y - apt install -y python3-pip curl - go mod download - curl -sL https://git.io/goreleaser > goreleaser.sh |