Fixed tar command syntax

Change-Id: I5cdd3dd018481fe94e1f9a549cfac45fbff46fc9
Signed-off-by: Jan Matyas <jan.matyas@codasip.com>
This commit is contained in:
Jan Matyas 2023-02-21 16:54:40 +01:00
parent 56cd6f79f9
commit 0a5340cadb
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
- if: ${{ steps.cache-deps.outputs.cache-hit != 'true' }}
name: Install Toolchain
run: tar zxf --strip-components=1 -C /opt/riscv xpack-riscv-none-elf-gcc-12.2.0-1-linux-x64.tar.gz
run: tar zxf xpack-riscv-none-elf-gcc-12.2.0-1-linux-x64.tar.gz --strip-components=1 -C /opt/riscv
- if: ${{ steps.cache-deps.outputs.cache-hit != 'true' }}
name: Install Spike build dependencies