diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index dbfbde8..2b05d2f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -45,7 +45,16 @@ jobs: else echo "build=false" >> $GITHUB_OUTPUT fi - + - name: Cache Pacman Data + uses: actions/cache@v4 + with: + path: | + /var/cache/pacman/pkg + /var/lib/pacman/sync + key: pacman-cache-${{ github.run_id }} + restore-keys: | + pacman-cache- + - name: Build Package if: steps.compare.outputs.build == 'true' run: |