Skip to content

Commit

Permalink
Try CI with --frozen
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Dec 13, 2024
1 parent 3f19ecd commit a78bd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2
- name: Clippy check
run: cargo clippy --all --all-targets --features ${{ matrix.network }},${{ matrix.device }}
run: cargo clippy --frozen --all --all-targets --features ${{ matrix.network }},${{ matrix.device }}

0 comments on commit a78bd09

Please sign in to comment.