Skip to content

Commit 3e11d9e

Browse files
committed
Fix Mac Action Again
- Let Mac find a compiler (let's see what version it gives us!)
1 parent 857c857 commit 3e11d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
working-directory: ${{ github.workspace }}
6262
env:
6363
SEED_KEY: ${{ secrets.SEED_KEY }}
64-
run: cmake -B build -DGITHUB_WORKFLOW=True -DQT_GUI=True -DEMBED_DATA=True -DMAC_APP_DIRS=True "${{ env.EXTRA_CMAKE_FLAGS }}" -DCMAKE_C_COMPILER=$(brew --prefix llvm@15)/bin/clang -DCMAKE_CXX_COMPILER=$(brew --prefix llvm@15)/bin/clang++
64+
run: cmake -B build -DGITHUB_WORKFLOW=True -DQT_GUI=True -DEMBED_DATA=True -DMAC_APP_DIRS=True "${{ env.EXTRA_CMAKE_FLAGS }}"
6565

6666
- name: Build
6767
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)