Skip to content

Commit 9a21915

Browse files
committed
fix unzip command
1 parent f3a1e93 commit 9a21915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: steps.cache-toolchain.outputs.cache-hit != 'true'
6868
run: |
6969
mkdir -p toolchain
70-
curl -L "${{matrix.toolchain}}" | tar -C toolchain -xz --strip-components=1
70+
curl -L "${{matrix.toolchain}}" | tar -C toolchain -xJ --strip-components=1
7171
7272
- name: Install Conan
7373
run: pip install --no-cache-dir conan --force-reinstall

0 commit comments

Comments
 (0)