chore: fetch all tags

dev
Barry 4 years ago
parent d7250be9bc
commit 31736d9ae3

@ -37,7 +37,7 @@ jobs:
cached: ${{ steps.cache-qt.outputs.cache-hit }}
- uses: actions/checkout@v2
with:
fetch-depth: 1
fetch-depth: 0
submodules: 'true'
ssh-key: ${{ secrets.BOT_SSH_KEY }}
# 编译

@ -42,7 +42,7 @@ jobs:
run: sudo apt-get install -y libglew-dev libglfw3-dev
- uses: actions/checkout@v2
with:
fetch-depth: 1
fetch-depth: 0
submodules: 'true'
ssh-key: ${{ secrets.BOT_SSH_KEY }}
- name: Build Ubuntu

@ -66,7 +66,7 @@ jobs:
# 拉取代码
- uses: actions/checkout@v2
with:
fetch-depth: 1
fetch-depth: 0
submodules: 'true'
ssh-key: ${{ secrets.BOT_SSH_KEY }}
# 编译msvc

Loading…
Cancel
Save