Actions: fix CMAKE_PREFIX_PATH

This commit is contained in:
tobtoht 2022-05-23 18:30:59 +02:00
parent 39f5bc9e1d
commit b28c002eb9
No known key found for this signature in database
GPG Key ID: 1CADD27F41F45C3C
1 changed files with 1 additions and 1 deletions

View File

@ -89,4 +89,4 @@ jobs:
- 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 pkgconfig zbar
- name: build
run: CMAKE_PREFIX_PATH=/opt/homebrew/opt/qt@5/ make mac-release -j3
run: CMAKE_PREFIX_PATH=/usr/local/opt/qt@5/ make mac-release -j3