Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kawaemon committed Sep 24, 2024
1 parent c40bea7 commit 80484fe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: install native deps
run: sudo apt update && sudo apt install clang llvm pkg-config nettle-dev fontforge
- run: cargo install cargo-udeps --locked
- run: |
rustup toolchain install nightly
cargo +nightly install cargo-udeps --locked
- run: cargo fmt -- --check

- run: ./download_font.sh

- run: cargo udeps --no-default-features --features dev
- 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

- uses: actions-rs/clippy-check@v1
with:
Expand Down

0 comments on commit 80484fe

Please sign in to comment.