mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-21 20:15:04 +00:00
chore: fetch all tags
This commit is contained in:
parent
953fda576b
commit
84177d5ffb
3 changed files with 3 additions and 3 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -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 }}
|
||||
# 编译
|
||||
|
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -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…
Add table
Reference in a new issue