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
20c8d35031
commit
af3fc61eff
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
|
||||
run: |
|
||||
brew install meson ninja pkg-config glib inih lua
|
||||
brew install meson ninja inih lua
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
meson setup build
|
||||
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