.github/workflows/build-macos.yml: install Meson, ninja and Boost

This commit is contained in:
Max Kellermann 2021-11-23 12:04:40 +01:00
parent be34d55291
commit bb5df9839d
1 changed files with 2 additions and 0 deletions

View File

@ -40,7 +40,9 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
brew install \ brew install \
meson ninja \
fmt \ fmt \
boost \
googletest \ googletest \
icu4c \ icu4c \
ffmpeg \ ffmpeg \