mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
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:
parent
3b77eb35cf
commit
f5703ff107
1 changed files with 2 additions and 2 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue