Update linux.yml

This commit is contained in:
Bensuperpc 2021-11-30 12:49:32 +01:00 committed by GitHub
parent d5f75029a4
commit 9c1fe8d882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,11 +41,11 @@ jobs:
env:
CXX: ${{matrix.cxx_compiler}}
run: |
cmake -S . -B build -D CMAKE_BUILD_TYPE=Release \
-D USE_QT_GUI=${{matrix.qt_gui}} -G Ninja
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release \
-DUSE_QT_GUI=${{matrix.qt_gui}} -GNinja
- name: Build
run: ninja -C build
run: ninja -Cbuild
- name: Run
run: cd build && ./lgogdownloader --help