File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,16 @@ jobs:
19
19
- uses : Swatinem/rust-cache@v2
20
20
- name : install native deps
21
21
run : sudo apt update && sudo apt install clang llvm pkg-config nettle-dev fontforge
22
- - run : cargo install cargo-udeps --locked
22
+ - run : |
23
+ rustup toolchain install nightly
24
+ cargo +nightly install cargo-udeps --locked
23
25
24
26
- run : cargo fmt -- --check
25
27
26
28
- run : ./download_font.sh
27
29
28
- - run : cargo udeps --no-default-features --features dev
29
- - run : cargo udeps --no-default-features --features discord_client,mongo_db,plot_plotters_static
30
+ - run : cargo +nightly udeps --no-default-features --features dev
31
+ - run : cargo +nightly udeps --no-default-features --features discord_client,mongo_db,plot_plotters_static
30
32
31
33
- uses : actions-rs/clippy-check@v1
32
34
with :
You can’t perform that action at this time.
0 commit comments