]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Actions: fix CMAKE_PREFIX_PATH
authortobtoht <thotbot@protonmail.com>
Mon, 23 May 2022 16:30:59 +0000 (18:30 +0200)
committertobtoht <thotbot@protonmail.com>
Mon, 23 May 2022 16:30:59 +0000 (18:30 +0200)
.github/workflows/build.yml

index a85f53ae3924a3414fa0b226af585896fc106a65..61eafb82299c46a7d5ed79c02051e3d5ccb1ea0a 100644 (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