aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarvey Tindall <hrfee@protonmail.ch>2021-01-15 22:20:08 +0000
committerHarvey Tindall <hrfee@protonmail.ch>2021-01-15 22:20:08 +0000
commit648f56f1d01b1867ab296bb4594d6a26b025451f (patch)
tree2d0b76aa630ee89744ca903e0fc9fdde74eb168e
parent2c3c989480a0b0acba853aefaa23ade6f7bd06be (diff)
downloadwaybar-mpris-648f56f1d01b1867ab296bb4594d6a26b025451f.tar.gz
waybar-mpris-648f56f1d01b1867ab296bb4594d6a26b025451f.zip
apt update agh
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index b65da5a..8219f6e 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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