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