Skip to content

Commit 0a6efdc

Browse files
committed
Fix CI
1 parent 681ede1 commit 0a6efdc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,7 @@ jobs:
9898
components: rustfmt
9999

100100
- name: Cargo generate lockfile
101-
uses: actions-rs/cargo@v1
102-
with:
103-
toolchain: nightly
104-
command: -Z minimal-versions generate-lockfile
101+
run: cargo +nightly -Z minimal-versions update
105102

106103
- name: Setup cargo cache
107104
uses: actions/cache@v3

0 commit comments

Comments
 (0)