From 12b6725ccb9906976cc4ff21b020fb7d11e69dd7 Mon Sep 17 00:00:00 2001 From: azur84 Date: Sun, 26 Apr 2026 09:28:14 +0100 Subject: [PATCH] add cache to ci --- .gitea/workflows/build.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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: |