mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Fix build
This commit is contained in:
parent
83fa6034e1
commit
07acca53eb
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user