chore: fix build on ubuntu

This commit is contained in:
Unknown 2020-02-28 11:17:03 +08:00
parent dbcc5b54b1
commit 89f9c4d3bf
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