chore: fetch all tags

This commit is contained in:
Barry 2022-06-09 07:20:58 +08:00
commit 84177d5ffb
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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