Skip to content

Commit

Permalink
ci: switch to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Nov 25, 2024
1 parent 11fee64 commit ce135a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use nightly Rust
# lock to 2024-08-23 and wait for embassy-executor to be updated
run: |
rustup default nightly-2024-08-23
rustup default nightly
rustup component add rust-src
rustup target add riscv32imafc-unknown-none-elf
- name: Build Only
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ The best reference is the examples in the `examples` directory and Github action
#### Step 1. Prepare Rust Toolchain

```bash
# lock to 2024-08-23 and wait for embassy-executor to be updated
rustup default nightly-2024-08-23
rustup default nightly
rustup target add riscv32imafc-unknown-none-elf
```

Expand Down Expand Up @@ -165,8 +164,6 @@ cd examples/hpm5300evk
cargo run --release --bin blinky
```

> **Note**: Due to [rust-embedded/riscv#196](https://github.com/rust-embedded/riscv/issues/196), patched linker script should be used.
## License

This repo is licensed under either of
Expand Down

0 comments on commit ce135a4

Please sign in to comment.