Skip to content

Commit

Permalink
ci: Use dtolnay/rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahix committed May 16, 2024
1 parent 1a059c8 commit 1b39ecb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: uses: dtolnay/rust-toolchain@stable
with:
target: thumbv6m-none-eabi
- run: cd Firmware-Rust && cargo build
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: uses: dtolnay/rust-toolchain@stable
with:
target: thumbv6m-none-eabi
- run: sudo apt-get install -y gcc-arm-none-eabi
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- name: Rustfmt for Rust Firmware
Expand Down

0 comments on commit 1b39ecb

Please sign in to comment.