Skip to content

Commit

Permalink
Fix the usage of actions-rs/toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanUkhov committed Oct 6, 2023
1 parent 016f73d commit a213969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
with: {submodules: true}
- uses: actions-rs/toolchain@v1
with: {toolchain: stable, components: clippy, rustfmt}
with: {toolchain: stable, components: "clippy, rustfmt"}
- run: cargo clippy -- -D warnings
- run: cargo fmt --all -- --check

Expand Down

0 comments on commit a213969

Please sign in to comment.