You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: drop --depth=1 from submodule update to fix pinned commit fetch
Shallow clone (--depth=1) only fetches the latest commit of each branch.
If the pinned submodule commit is not the HEAD of the default branch,
git cannot resolve it and fails with 'not our ref'. Remove --depth=1 so
the submodule is cloned fully.
0 commit comments