Trying to run meson
This commit is contained in:
parent
caa698c100
commit
460350ce33
|
@ -17,5 +17,7 @@ jobs:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Create build directory
|
- name: Create build directory
|
||||||
run: mkdir build
|
run: mkdir build
|
||||||
|
- name: Installing meson
|
||||||
|
run: python3 -m pip install meson
|
||||||
- name: Run meson configuration
|
- name: Run meson configuration
|
||||||
run: meson -C build
|
run: meson -C build
|
||||||
|
|
Loading…
Reference in New Issue