Actions: fix macOS deps

This commit is contained in:
tobtoht 2022-05-23 18:19:55 +02:00
parent aff13e6b79
commit 39f5bc9e1d
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -87,6 +87,6 @@ jobs:
with:
submodules: recursive
- name: install dependencies
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install qt@5 libsodium libzip qrencode unbound cmake boost hidapi openssl expat libunwind-headers protobuf pkg-config
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install qt@5 libsodium libzip qrencode unbound cmake boost hidapi openssl expat libunwind-headers protobuf pkgconfig zbar
- name: build
run: CMAKE_PREFIX_PATH=/opt/homebrew/opt/qt@5/ make mac-release -j3