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
The subproject tests were not pulling the latest remote `main` of
dependencies, but instead using the last stored git hash for `main` in
the local git object database. Adding `--remote` causes `main` to be
looked up in the remote, rather than local database.
See https://git-scm.com/docs/git-submodule#Documentation/git-submodule.txt---remote
Signed-off-by: David Feltell <[email protected]>
0 commit comments