From 648f56f1d01b1867ab296bb4594d6a26b025451f Mon Sep 17 00:00:00 2001
From: Harvey Tindall <hrfee@protonmail.ch>
Date: Fri, 15 Jan 2021 22:20:08 +0000
Subject: apt update agh

---
 .drone.yml | 1 +
 1 file changed, 1 insertion(+)

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
-- 
cgit v1.2.3