From d0ad103e3d2dc90be92b40ae1b25191e76ed9a91 Mon Sep 17 00:00:00 2001 From: apio Date: Sun, 4 Feb 2024 14:36:48 +0100 Subject: [PATCH] Update workflow --- .gitea/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 3db90287..3dd78590 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,6 +9,7 @@ jobs: - name: Check out the code uses: actions/checkout@v3 - name: Download dependencies + run: apt update uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest with: packages: build-essential cmake ninja-build wget nasm genext2fs qemu-system git