This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user