Added mkdir /opt/riscv
Change-Id: Ifa01513b73c449be09c5d8cf54f4cd11516db804 Signed-off-by: Jan Matyas <jan.matyas@codasip.com>
This commit is contained in:
parent
0a5340cadb
commit
6ec9fbec99
|
@ -28,7 +28,9 @@ jobs:
|
|||
|
||||
- if: ${{ steps.cache-deps.outputs.cache-hit != 'true' }}
|
||||
name: Download Toolchain
|
||||
run: wget --progress=dot:giga https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/download/v12.2.0-1/xpack-riscv-none-elf-gcc-12.2.0-1-linux-x64.tar.gz
|
||||
run: |
|
||||
mkdir /opt/riscv
|
||||
wget --progress=dot:giga https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/download/v12.2.0-1/xpack-riscv-none-elf-gcc-12.2.0-1-linux-x64.tar.gz
|
||||
|
||||
- if: ${{ steps.cache-deps.outputs.cache-hit != 'true' }}
|
||||
name: Install Toolchain
|
||||
|
|
Loading…
Reference in New Issue