.github/workflows/build-macos.yml: install Meson, ninja and Boost
This commit is contained in:
parent
be34d55291
commit
bb5df9839d
|
@ -40,7 +40,9 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
brew install \
|
||||
meson ninja \
|
||||
fmt \
|
||||
boost \
|
||||
googletest \
|
||||
icu4c \
|
||||
ffmpeg \
|
||||
|
|
Loading…
Reference in New Issue