Skip to content

Commit

Permalink
chore: add RISCV GCC to CI and book setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Feb 18, 2025
1 parent 5645c32 commit 3dda8f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
git config --global user.name "CI"
cargo binstall --no-confirm --no-symlinks --force --no-discover-github-token laze
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
sudo apt-get install ninja-build gcc-arm-none-eabi
sudo apt-get install ninja-build gcc-arm-none-eabi gcc-riscv64-unknown-elf
- name: "Show installed versions"
run: |
Expand Down
2 changes: 1 addition & 1 deletion book/src/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It explains how to compile and run the `hello-word` example to verify your setup
On Ubuntu, the following is sufficient:

```sh
apt install git rustup ninja-build pkg-config libudev-dev clang gcc-arm-none-eabi
apt install git rustup ninja-build pkg-config libudev-dev clang gcc-arm-none-eabi gcc-riscv64-unknown-elf
```

1. Install the Rust installer [rustup](https://rustup.rs/) using the website's instructions or through your distribution package manager.
Expand Down

0 comments on commit 3dda8f3

Please sign in to comment.