Skip to content

Commit

Permalink
Merge pull request hku-ect#346 from sphaero/master
Browse files Browse the repository at this point in the history
don't recurse submodules on fetch
  • Loading branch information
sphaero authored Jul 12, 2024
2 parents 062e238 + 92bec45 commit 5280849
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 @@ -103,7 +103,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 5280849

Please sign in to comment.