Fixed tar command syntax
Change-Id: I5cdd3dd018481fe94e1f9a549cfac45fbff46fc9 Signed-off-by: Jan Matyas <jan.matyas@codasip.com>
This commit is contained in:
parent
56cd6f79f9
commit
0a5340cadb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue