guitea build
All checks were successful
Build / Build - linux (push) Successful in 6m27s

This commit is contained in:
2025-12-11 18:26:12 +01:00
parent 0af31b2349
commit 60c2c288c5

View File

@@ -52,6 +52,8 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-cargo-${{ matrix.target }}- ${{ runner.os }}-cargo-${{ matrix.target }}-
${{ runner.os }}-cargo- ${{ runner.os }}-cargo-
env:
GHA_TAR_PATH: /usr/bin/tar
- name: Setup cross-compilation tools - name: Setup cross-compilation tools
if: matrix.setup_cmd != '' if: matrix.setup_cmd != ''
@@ -70,7 +72,6 @@ jobs:
fi fi
- name: Prepare artifact - name: Prepare artifact
# ⚠️ Change the shell from 'bash' to 'sh'
shell: sh shell: sh
run: | run: |
mkdir -p dist mkdir -p dist