Skip to content

Commit

Permalink
fix(ci): lock nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Sep 19, 2024
1 parent 94ab1c6 commit 8ac53b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ 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
rustup default nightly-2024-08-23
rustup component add rust-src
rustup target add riscv32imafc-unknown-none-elf
- name: Build Only
Expand Down

0 comments on commit 8ac53b0

Please sign in to comment.