chore: fix build on ubuntu

This commit is contained in:
Unknown 2020-02-28 11:17:03 +08:00 committed by Barry
parent b2cb07c9e0
commit 3f8a11d9bd
2 changed files with 2 additions and 2 deletions

View file

@ -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
View file