File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -61,16 +61,15 @@ jobs:
6161
6262 - name : Install Toolchain
6363 run : |
64- set -x # Echo commands
65- wget --no-check-certificate https://static.dev.sifive.com/dev-tools/freedom-tools/v2020.12/riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-x86_64-linux-ubuntu14.tar.gz
66- tar -xf riscv64-unknown-elf-toolchain*.tar.gz
64+ wget --no-check-certificate https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/download/v13.2.0-2/xpack-riscv-none-elf-gcc-13.2.0-2-linux-x64.tar.gz
65+ tar -xf xpack-riscv-none-elf-gcc-*.tar.gz
6766
6867 - name : Build
6968 run : |
7069 set -x # Echo commands
7170
7271 ## Add toolchain to PATH
73- export PATH=$PATH:$PWD/riscv64-unknown- elf-toolchain-10 .2.0-2020.12.8-x86_64-linux-ubuntu14 /bin
72+ export PATH=$PATH:$PWD/xpack-riscv-none- elf-gcc-13 .2.0-2 /bin
7473 cd nuttx/nuttx
7574
7675 ## Dump the git hash
You can’t perform that action at this time.
0 commit comments