remove verbose for meson install and use system glib and pkg-config

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2024-04-29 21:15:04 -04:00 committed by Martin Lund
parent 3b77eb35cf
commit f5703ff107

View file

@ -21,10 +21,10 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
brew install meson ninja pkg-config glib inih lua brew install meson ninja inih lua
- name: Build - name: Build
run: | run: |
meson setup build meson setup build
meson compile -C build --verbose meson compile -C build --verbose
meson install -C build --verbose meson install -C build