Skip to content

Commit

Permalink
ci: change the version of riscv-gnu-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
01xz committed Jan 23, 2024
1 parent 31a4fc6 commit f0dd0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/riscv_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TARGET=riscv64-unknown-elf

mkdir -p $RISCV

curl -Lo /tmp/riscv.tar.gz https://github.com/riscv-collab/riscv-gnu-toolchain/releases/download/2023.11.22/riscv64-elf-ubuntu-22.04-gcc-nightly-2023.11.22-nightly.tar.gz
curl -Lo /tmp/riscv.tar.gz https://github.com/riscv-collab/riscv-gnu-toolchain/releases/download/2023.07.07/riscv64-elf-ubuntu-22.04-gcc-nightly-2023.07.07-nightly.tar.gz

tar -xvf /tmp/riscv.tar.gz -C $RISCV --strip-components 1

Expand Down

0 comments on commit f0dd0c5

Please sign in to comment.