Skip to content

Commit

Permalink
fix git
Browse files Browse the repository at this point in the history
  • Loading branch information
sphaero committed Jul 12, 2024
1 parent c1db80a commit 207de43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ jobs:
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
if: matrix.os == 'windows-2019'
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
submodules: recursive
# fetch-depth: 0
submodules: true
- name: fix git
run: git fetch --all --tags
- name: add Debian Packages
if: matrix.os == 'ubuntu-latest'
uses: myci-actions/add-deb-repo@10
Expand Down Expand Up @@ -136,7 +137,6 @@ jobs:
env:
BBPWD: ${{ secrets.BBPWD }}
run: |
git fetch --all --tags
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 207de43

Please sign in to comment.