Fix build

This commit is contained in:
Alex Spataru 2021-01-11 00:20:43 -05:00 committed by GitHub
parent 83fa6034e1
commit 07acca53eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ jobs:
#
- name: Compile
run: |
qmake ${PRO_FILE}.pro CONFIG+=release PREFIX=/usr
qmake ${PRO_FILE} CONFIG+=release PREFIX=/usr
make -j8
#
@ -119,7 +119,7 @@ jobs:
#
- name: Compile
run: |
qmake ${PRO_FILE}.pro CONFIG+=release
qmake ${PRO_FILE} CONFIG+=release
make -j8
#