mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-04 06:38:39 +00:00
fix: build on ubuntu
This commit is contained in:
parent
b2cf0b9c2a
commit
09f42e85e7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -47,5 +47,5 @@ jobs:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- name: Build Ubuntu
|
- name: Build Ubuntu
|
||||||
run: |
|
run: |
|
||||||
export ENV_QT_GCC=${{env.Qt5_Dir}}
|
export ENV_QT_GCC=$(pwd)/${{env.Qt5_Dir}}
|
||||||
ci/linux/build_for_ubuntu.sh release
|
ci/linux/build_for_ubuntu.sh release
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue