We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e2c64 commit 8b43545Copy full SHA for 8b43545
.github/workflows/main.yml
@@ -30,6 +30,7 @@ jobs:
30
uses: dtolnay/rust-toolchain@stable
31
with:
32
components: rustfmt, clippy
33
+ targets: ${{ matrix.platform.target }}
34
35
- name: rustfmt
36
run: cargo fmt --check
0 commit comments