From c4318dd8aaf76b499e5dedc1bc5d4fa55ffbaa49 Mon Sep 17 00:00:00 2001 From: Leonardo Zide Date: Thu, 11 Jul 2024 16:07:00 -0700 Subject: [PATCH] Update continuous.yml --- .github/workflows/continuous.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 6ae947c3..c944d5a2 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -60,6 +60,6 @@ jobs: uses: SimenB/github-actions-cpu-cores@v1 id: cpu-cores - name: Generate Makefile - run: qmake PREFIX=/usr + run: qmake -early QMAKE_DEFAULT_LIBDIRS=$(xcrun -show-sdk-path)/usr/lib PREFIX=/usr - name: Build run: make -j ${{ steps.cpu-cores.outputs.count }}