Skip to content

Commit

Permalink
Fix cargo lock generation step in test job
Browse files Browse the repository at this point in the history
  • Loading branch information
rossnomann committed Dec 5, 2023
1 parent cc15470 commit a0a8a7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
toolchain: stable
components: clippy
- name: Generate Cargo.lock
uses: actions-rs/cargo@v1
run: cargo generate-lockfile
- name: Cache cargo registry
uses: actions/cache@v3
Expand Down

0 comments on commit a0a8a7c

Please sign in to comment.