Skip to content

Commit

Permalink
Fixing broken Rust toolchain CI parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinswiber committed Mar 26, 2024
1 parent e2ce440 commit 084c14f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
- run: rustup override set ${{steps.toolchain.outputs.name}}
- run: rustup target add ${{ matrix.target }}
- run: rustup component add rustfmt clippy

- name: Use Cross
Expand Down Expand Up @@ -128,7 +127,6 @@ jobs:
- name: Install Rust
id: toolchain
uses: dtolnay/rust-toolchain@stable
- run: rustup override set ${{steps.toolchain.outputs.name}}
- run: rustup component add rustfmt
- name: Check formatting
run: |
Expand Down

0 comments on commit 084c14f

Please sign in to comment.