mirror of
https://github.com/chatmail/core.git
synced 2026-05-09 01:46:30 +03:00
try to remove updates to lock file
This commit is contained in:
@@ -36,12 +36,6 @@ jobs:
|
|||||||
executor: default
|
executor: default
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
|
||||||
name: Update submodules
|
|
||||||
command: git submodule update --init --recursive
|
|
||||||
- run:
|
|
||||||
name: Calculate dependencies
|
|
||||||
command: cargo generate-lockfile
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- cargo-v3-{{ checksum "rust-toolchain" }}-{{ checksum "Cargo.toml" }}-{{ checksum "Cargo.lock" }}-{{ arch }}
|
- cargo-v3-{{ checksum "rust-toolchain" }}-{{ checksum "Cargo.toml" }}-{{ checksum "Cargo.lock" }}-{{ arch }}
|
||||||
|
|||||||
Reference in New Issue
Block a user