File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,10 +73,10 @@ jobs:
7373 runs-on : ubuntu-latest
7474 steps :
7575 - uses : actions/checkout@v4
76- - uses : dtolnay/rust-toolchain@master
76+ - uses : dtolnay/rust-toolchain@stable
7777 with :
7878 toolchain : ${{ env.MSRV }}
79- - run : cargo check --lib --no-default-features
79+ - run : cargo check --lib --no-default-features --features libm
8080
8181 clippy :
8282 name : Clippy
8989 targets : thumbv7em-none-eabihf
9090 - uses : Swatinem/rust-cache@v2
9191 - run : cargo clippy ${{ env.CLIPPY_ARGS }} -- -W clippy::all
92- - run : cargo clippy --lib --no-default-features --features rich-widgets --target thumbv7em-none-eabihf -- -W clippy::all
92+ - run : cargo clippy --lib --no-default-features --features rich-widgets,libm --target thumbv7em-none-eabihf -- -W clippy::all
9393
9494 test :
9595 name : Test Suite
You can’t perform that action at this time.
0 commit comments