diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8b85db16d..903a2c344b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -808,7 +808,7 @@ jobs: fi git clone --depth 1 "https://github.com/$repo.git" "$RUNNER_TEMP/$dir_name" cd "$RUNNER_TEMP/$dir_name" - vp install + vp install --no-frozen-lockfile # run again to show install cache increase by time time vp install echo "✓ Successfully installed dependencies for $repo"