Skip to content

Commit 4978817

Browse files
authored
Merge pull request #74 from openssh-rust/fix/os-check
Rm step "Create Cargo.lock" in job os-check
2 parents 6ea33f7 + ca60b57 commit 4978817

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/os-check.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
profile: minimal
3030
toolchain: stable
3131
- uses: actions/checkout@v2
32-
- name: Create Cargo.lock
33-
uses: actions-rs/cargo@v1
34-
with:
35-
command: update
3632
- name: cargo test
3733
uses: actions-rs/cargo@v1
3834
with:

0 commit comments

Comments
 (0)