mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Pepega
This commit is contained in:
parent
aea3118434
commit
953af4d254
2
.github/workflows/build_on_linux.yml
vendored
2
.github/workflows/build_on_linux.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue