build fix?
All checks were successful
Build / Build - linux (push) Successful in 6m30s

This commit is contained in:
2025-12-11 19:58:27 +01:00
parent 5f8facbd46
commit bd56cd31e4
2 changed files with 6 additions and 1 deletions

View File

@@ -68,6 +68,9 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo-${{ steps.deps_hash.outputs.hash }}-
${{ runner.os }}-cargo-
env:
# Force use of GNU tar instead of BusyBox tar
INPUT_TAR_PATH: /usr/bin/tar
- name: Setup cross-compilation tools
if: matrix.setup_cmd != ''