From bb18749d5b3ef0518306a59a2bc7a634b5699168 Mon Sep 17 00:00:00 2001 From: apio Date: Sun, 4 Feb 2024 14:24:22 +0100 Subject: [PATCH] Update build workflow --- .gitea/workflows/build.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index e8975514..2efc1b30 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,8 +9,10 @@ jobs: - name: Check out the code uses: actions/checkout@v3 - name: Download dependencies - run: apt update - run: apt install build-essential cmake ninja-build wget nasm genext2fs qemu-system git -y + uses: github.com/awalsh128/cache-apt-pkgs-action@latest + with: + packages: build-essential cmake ninja-build wget nasm genext2fs qemu-system git + version: 1.0 - name: Set up the toolchain run: wget https://pub.cloudapio.eu/luna/toolchains/ci-toolchain-arm64.tar.gz --quiet run: tar xf ci-toolchain-arm64.tar.gz