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
parent 20c8d35031
commit af3fc61eff
No known key found for this signature in database
GPG key ID: 6577287BDCA70840

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