enable generate-lockfile
This commit is contained in:
parent
5757a56574
commit
e24631a247
1 changed files with 12 additions and 12 deletions
|
@ -9,9 +9,9 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Version information
|
name: Version information
|
||||||
command: rustc --version; cargo --version; rustup --version
|
command: rustc --version; cargo --version; rustup --version
|
||||||
# - run:
|
- run:
|
||||||
# name: Calculate dependencies
|
name: Calculate dependencies
|
||||||
# command: cargo generate-lockfile
|
command: cargo generate-lockfile
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v4-cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
|
- v4-cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||||
|
@ -33,9 +33,9 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Version information
|
name: Version information
|
||||||
command: rustc --version; cargo --version; rustup --version
|
command: rustc --version; cargo --version; rustup --version
|
||||||
# - run:
|
- run:
|
||||||
# name: Calculate dependencies
|
name: Calculate dependencies
|
||||||
# command: cargo generate-lockfile
|
command: cargo generate-lockfile
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v4-cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
|
- v4-cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||||
|
@ -67,9 +67,9 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Version information
|
name: Version information
|
||||||
command: rustc --version; cargo --version; rustup --version
|
command: rustc --version; cargo --version; rustup --version
|
||||||
# - run:
|
- run:
|
||||||
# name: Calculate dependencies
|
name: Calculate dependencies
|
||||||
# command: cargo generate-lockfile
|
command: cargo generate-lockfile
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v4-cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
|
- v4-cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||||
|
@ -85,9 +85,9 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Version information
|
name: Version information
|
||||||
command: rustc --version; cargo --version; rustup --version
|
command: rustc --version; cargo --version; rustup --version
|
||||||
# - run:
|
- run:
|
||||||
# name: Calculate dependencies
|
name: Calculate dependencies
|
||||||
# command: cargo generate-lockfile
|
command: cargo generate-lockfile
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v4-cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
|
- v4-cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||||
|
|
Loading…
Reference in a new issue