From 7fcc0659c8ebae58b35e96a2ff0f17a9a70bf2ad Mon Sep 17 00:00:00 2001 From: apio Date: Sun, 4 Feb 2024 14:39:07 +0100 Subject: [PATCH] Update workflow --- .gitea/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 90d240d4..5f79797d 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,11 +8,12 @@ jobs: steps: - name: Check out the code uses: actions/checkout@v3 - - name: Download dependencies + - name: Cache dependencies uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest with: packages: build-essential wget nasm git version: 1.1 + - name: Download other dependencies run: | apt update apt install -y cmake ninja-build nasm genext2fs qemu-system