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 }}