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