Skip to content

Commit

Permalink
Switching rust setup on no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Sep 12, 2023
1 parent 5e709b4 commit 6bf57e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
- uses: hecrj/setup-rust-action@v1
with:
toolchain: stable
rust-version: stable
targets: riscv32imc-esp-espidf
components: rustc, cargo
- run: cargo build --target riscv32imc-esp-espidf --lib --release --no-default-features

0 comments on commit 6bf57e9

Please sign in to comment.