File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build and Test check
3
3
jobs :
4
4
builds :
5
5
name : Build checks
6
- runs-on : ubuntu-20 .04
6
+ runs-on : ubuntu-24 .04
7
7
strategy :
8
8
matrix :
9
9
mode : ["", "--release"]
40
40
target : thumbv6m-none-eabi
41
41
override : true
42
42
profile : minimal
43
- - name : Check unused deps
44
- uses : aig787/cargo-udeps-action@v1
45
- with :
46
- version : latest
47
- args : ${{ matrix.mode }}
43
+ - name : Install cargo-udeps
44
+ run : |
45
+ curl -sSL https://github.com/est31/cargo-udeps/releases/download/v0.1.55/cargo-udeps-v0.1.55-x86_64-unknown-linux-gnu.tar.gz | tar xvzf - --strip-components=2 -C ~/.cargo/bin ./cargo-udeps-v0.1.55-x86_64-unknown-linux-gnu/cargo-udeps
46
+ - name : Run cargo-udeps
47
+ run : cd ${PACKAGE} && cargo hack udeps --optional-deps --each-feature
48
48
You can’t perform that action at this time.
0 commit comments