mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-03 22:28:39 +00:00
chore: ci clone submodule
This commit is contained in:
parent
8a8eff2615
commit
d7250be9bc
3 changed files with 6 additions and 3 deletions
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
|
@ -35,10 +35,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: ${{ matrix.qt-ver }}
|
version: ${{ matrix.qt-ver }}
|
||||||
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
|
ssh-key: ${{ secrets.BOT_SSH_KEY }}
|
||||||
# 编译
|
# 编译
|
||||||
- name: Build MacOS
|
- name: Build MacOS
|
||||||
env:
|
env:
|
||||||
|
|
3
.github/workflows/ubuntu.yml
vendored
3
.github/workflows/ubuntu.yml
vendored
|
@ -40,10 +40,11 @@ jobs:
|
||||||
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
||||||
- name: Ubuntu install GL library
|
- name: Ubuntu install GL library
|
||||||
run: sudo apt-get install -y libglew-dev libglfw3-dev
|
run: sudo apt-get install -y libglew-dev libglfw3-dev
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
|
ssh-key: ${{ secrets.BOT_SSH_KEY }}
|
||||||
- name: Build Ubuntu
|
- name: Build Ubuntu
|
||||||
env:
|
env:
|
||||||
ENV_QT_PATH: ${{ env.qt-install-path }}
|
ENV_QT_PATH: ${{ env.qt-install-path }}
|
||||||
|
|
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
|
@ -64,10 +64,11 @@ jobs:
|
||||||
arch: ${{ matrix.qt-arch }}
|
arch: ${{ matrix.qt-arch }}
|
||||||
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
||||||
# 拉取代码
|
# 拉取代码
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
|
ssh-key: ${{ secrets.BOT_SSH_KEY }}
|
||||||
# 编译msvc
|
# 编译msvc
|
||||||
- name: Build MSVC
|
- name: Build MSVC
|
||||||
# shell介绍 https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#using-a-specific-shell
|
# shell介绍 https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#using-a-specific-shell
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue