This commit is contained in:
@@ -68,6 +68,9 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-cargo-${{ steps.deps_hash.outputs.hash }}-
|
${{ runner.os }}-cargo-${{ steps.deps_hash.outputs.hash }}-
|
||||||
${{ runner.os }}-cargo-
|
${{ runner.os }}-cargo-
|
||||||
|
env:
|
||||||
|
# Force use of GNU tar instead of BusyBox tar
|
||||||
|
INPUT_TAR_PATH: /usr/bin/tar
|
||||||
|
|
||||||
- name: Setup cross-compilation tools
|
- name: Setup cross-compilation tools
|
||||||
if: matrix.setup_cmd != ''
|
if: matrix.setup_cmd != ''
|
||||||
|
|||||||
@@ -5,4 +5,6 @@ RUN apt-get update && \
|
|||||||
npm \
|
npm \
|
||||||
tar \
|
tar \
|
||||||
gzip \
|
gzip \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
|
&& rm -f /bin/tar \
|
||||||
|
&& ln -s /usr/bin/tar /bin/tar
|
||||||
Reference in New Issue
Block a user