We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40bea7 commit c339a4aCopy full SHA for c339a4a
.github/workflows/build.yml
@@ -19,14 +19,14 @@ jobs:
19
- uses: Swatinem/rust-cache@v2
20
- name: install native deps
21
run: sudo apt update && sudo apt install clang llvm pkg-config nettle-dev fontforge
22
- - run: cargo install cargo-udeps --locked
+ - run: cargo +nightly install cargo-udeps --locked
23
24
- run: cargo fmt -- --check
25
26
- run: ./download_font.sh
27
28
- - run: cargo udeps --no-default-features --features dev
29
- - run: cargo udeps --no-default-features --features discord_client,mongo_db,plot_plotters_static
+ - run: cargo +nightly udeps --no-default-features --features dev
+ - run: cargo +nightly udeps --no-default-features --features discord_client,mongo_db,plot_plotters_static
30
31
- uses: actions-rs/clippy-check@v1
32
with:
0 commit comments