Skip to content

Commit b6d99ea

Browse files
committed
update CI
1 parent d8c076d commit b6d99ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_submodules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
echo -e "\nswitching submodule ${path} to ${branch}"
8787
cd "${path}" || exit
8888
git fetch --all
89-
git checkout origin/${branch}
89+
git switch ${branch}
9090
cd "${start_dir}"
9191
done
9292
git submodule update --remote --merge

0 commit comments

Comments
 (0)