Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Aug 26, 2024
1 parent fef3da2 commit 62bfb17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup | Rust
if: matrix.target == 'riscv32imc-esp-espidf'
if: matrix.target == 'riscv32imc-esp-espidf' || matrix.target == 'riscv32imac-esp-espidf'
uses: dtolnay/rust-toolchain@v1
with:
toolchain: ${{ env.rust_toolchain }}
Expand All @@ -45,7 +45,6 @@ jobs:
uses: esp-rs/[email protected]
with:
default: true
version: "1.78.0"

- name: Build | Fmt Check
run: cargo fmt -- --check
Expand Down

0 comments on commit 62bfb17

Please sign in to comment.