Fix CI package repositories not being refreshed

This commit is contained in:
kayomn 2025-08-08 23:00:36 +01:00
parent 8c447eac1a
commit 340f843740

View File

@ -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