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