diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 72154c7..64e4e88 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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