Added mkdir /opt/riscv

Change-Id: Ifa01513b73c449be09c5d8cf54f4cd11516db804
Signed-off-by: Jan Matyas <jan.matyas@codasip.com>
This commit is contained in:
Jan Matyas 2023-02-21 16:59:18 +01:00
parent 0a5340cadb
commit 6ec9fbec99
1 changed files with 3 additions and 1 deletions

View File

@ -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