From 60c2c288c541b060a2454aa2f1223e7133d9546b Mon Sep 17 00:00:00 2001 From: Stanislav Pastushenko Date: Thu, 11 Dec 2025 18:26:12 +0100 Subject: [PATCH] guitea build --- .gitea/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 4f0a344..6f99e61 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -51,7 +51,9 @@ jobs: # Restore Keys: Use for finding a cache from a slightly older lock file restore-keys: | ${{ runner.os }}-cargo-${{ matrix.target }}- - ${{ runner.os }}-cargo- + ${{ runner.os }}-cargo- + env: + GHA_TAR_PATH: /usr/bin/tar - name: Setup cross-compilation tools if: matrix.setup_cmd != '' @@ -70,7 +72,6 @@ jobs: fi - name: Prepare artifact - # ⚠️ Change the shell from 'bash' to 'sh' shell: sh run: | mkdir -p dist