Skip to content

Commit

Permalink
don't recurse submodules on fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
sphaero committed Jul 12, 2024
1 parent c2f9357 commit 92bec45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
env:
BBPWD: ${{ secrets.BBPWD }}
run: |
git fetch --all --tags
git fetch --all --tags --recurse-submodules=no
if [ "${RUNNER_OS}" == "Linux" ]; then zip -q -r $( echo $GITHUB_REPOSITORY | cut -d"/" -f2)_${RUNNER_OS}_$( git describe --tag --always --dirty --abbrev=4).zip * -x "*/test/*" "*/__pycache__/*"; fi
echo 'pong.hku.nl,37.97.171.71 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFxUlmYnS6gItSE4QuXpJxVFqhatyadmYaSQ+GPYwna9bs3KoWxfYl2j0ijA4aVAPPZLjLAjNbxd26fIrocW5fQ=' >> ./known_hosts
git clone https://github.com/clarkwang/passh.git
Expand Down

0 comments on commit 92bec45

Please sign in to comment.