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
When cloning the repo, the submodule points to an old ref.
Consider adding a section in the Setup part of the readme containing the following information:
git submodule update --init --recursive # updates m8c submodule located in M8/_m8c
git submodule foreach git checkout main # sets the reference of the submodule to the latest master
Run point 1 whenever relevant updates are pushed to m8c submodule
The text was updated successfully, but these errors were encountered:
When cloning the repo, the submodule points to an old ref.
Consider adding a section in the Setup part of the readme containing the following information:
Run point 1 whenever relevant updates are pushed to m8c submodule
The text was updated successfully, but these errors were encountered: