Skip to content

Commit cb53bab

Browse files
committed
ci(msrv): create Cargo.lock before running cargo check
1 parent d7fd2cd commit cb53bab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/msrv.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: taiki-e/install-action@cargo-hack
19-
- run: cargo hack check --rust-version --workspace --all-targets --ignore-private && diff Cargo.lock Cargo.lock.msrv
20-
19+
- run: cp Cargo.lock.msrv Cargo.lock && cargo hack check --rust-version --workspace --all-targets --ignore-private && diff Cargo.lock.msrv Cargo.lock

0 commit comments

Comments
 (0)