Skip to content

Commit b302909

Browse files
committed
update CI
1 parent 3bfc90c commit b302909

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update_submodules.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
branch=$(git config --get --file .gitmodules submodule.${path}.branch)
8686
echo -e "\nswitching submodule ${path} to ${branch}"
8787
cd "${path}" || exit
88+
git fetch --all
8889
git checkout ${branch}
8990
cd "${start_dir}"
9091
done

0 commit comments

Comments
 (0)