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