Skip to content

Commit

Permalink
Update git cargo deps in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nullstalgia committed Dec 27, 2024
1 parent 2be1db3 commit 1b63c64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
# - name: cargo fmt
# run: cargo fmt --all -- --check

# Running a dry update still pulls down new git changes
- name: Update git cargo deps
run: cargo update --dry-run
- name: Run Clippy
run: cargo clippy --all-targets --all-features
- name: Build
Expand Down

0 comments on commit 1b63c64

Please sign in to comment.