Skip to content

Commit

Permalink
ci: make cargo check in msrv work with already fetched deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetf committed Apr 27, 2024
1 parent 678b177 commit 096e6d7
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 @@ -53,7 +53,7 @@ jobs:

- run: cargo fetch --locked

- run: cargo hack --feature-powerset --no-dev-deps --rust-version check --workspace
- run: cargo hack --feature-powerset --no-dev-deps --rust-version check --workspace --offline

features:
name: Features ${{ matrix.toolchain }} ${{ matrix.os }}
Expand Down

0 comments on commit 096e6d7

Please sign in to comment.