mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 19:44:59 +00:00
chore: fix build on ubuntu
This commit is contained in:
parent
dbcc5b54b1
commit
89f9c4d3bf
2 changed files with 2 additions and 2 deletions
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
|
@ -47,5 +47,5 @@ jobs:
|
|||
fetch-depth: 1
|
||||
- name: Build Ubuntu
|
||||
run: |
|
||||
export ENV_QT_GCC=$(pwd)/${{env.Qt5_Dir}}
|
||||
ci/linux/build_for_ubuntu.sh release
|
||||
export ENV_QT_GCC=${{env.Qt5_Dir}}
|
||||
ci/linux/build_for_ubuntu.sh release
|
||||
|
|
0
ci/linux/build_for_ubuntu.sh
Normal file → Executable file
0
ci/linux/build_for_ubuntu.sh
Normal file → Executable file
Loading…
Add table
Reference in a new issue