From: tobtoht Date: Mon, 23 May 2022 16:19:55 +0000 (+0200) Subject: Actions: fix macOS deps X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=39f5bc9e1d41f7b9ee8593d6096d99023e56a8ee;p=gamesguru%2Ffeather.git Actions: fix macOS deps --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d8bf3491..a85f53ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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