This commit is contained in:
Mm2PL 2022-01-15 14:08:36 +01:00
parent aea3118434
commit 953af4d254
No known key found for this signature in database
GPG key ID: 94AC9B80EFA15ED9

View file

@ -69,6 +69,7 @@ jobs:
libxcb-xinerama0
- name: Build (Ubuntu)
if: matrix.build-system == 'qmake'
run: |
mkdir build
cd build
@ -77,6 +78,7 @@ jobs:
shell: bash
- name: Build with CMake (Ubuntu)
if: matrix.build-system == 'cmake'
run: |
mkdir build
cd build