From 340f843740feeafeba8b05555b9775f12bf83e6d Mon Sep 17 00:00:00 2001 From: kayomn Date: Fri, 8 Aug 2025 23:00:36 +0100 Subject: [PATCH] Fix CI package repositories not being refreshed --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 304e504..3ae3db2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,6 +9,7 @@ steps: - name: build & test image: ubuntu:latest commands: + - apt-get update - apt-get install -y openssl xz-utils wget - wget https://ziglang.org/download/$${ZIG_VERSION}/zig-x86_64-linux-$${ZIG_VERSION}.tar.xz - tar -xf zig-x86_64-linux-$${ZIG_VERSION}.tar.xz