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