Skip to content

Commit ca60b57

Browse files
committed
Rm step "Create Cargo.lock" in job os-check
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent 6ea33f7 commit ca60b57

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)