mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-06 09:48:58 +00:00
remove --no-deps from lock check (#2134)
This commit is contained in:
@@ -60,7 +60,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check Cargo.lock is up to date
|
- name: Check Cargo.lock is up to date
|
||||||
run: |
|
run: |
|
||||||
if ! cargo metadata --format-version 1 --locked --no-deps > /dev/null; then
|
if ! cargo metadata --format-version 1 --locked > /dev/null; then
|
||||||
echo "::error::Cargo.lock is out of date. Run cargo generate-lockfile or cargo build locally, then commit Cargo.lock."
|
echo "::error::Cargo.lock is out of date. Run cargo generate-lockfile or cargo build locally, then commit Cargo.lock."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user