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 027e24b commit 918c59fCopy full SHA for 918c59f
.github/workflows/ci.yml
@@ -86,7 +86,7 @@ jobs:
86
arch: ${{ matrix.platform.arch }}
87
target: ${{ matrix.platform.target }}
88
89
- - run: cargo check --lib --no-default-features ${{ matrix.platform.features }}
+ - run: cargo check -p espflash --lib --no-default-features ${{ matrix.platform.features }}
90
91
msrv:
92
name: Check MSRV (${{ matrix.platform.target }})
0 commit comments