Skip to content

Commit

Permalink
Split GH action attempt to fix macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenke committed Dec 21, 2024
1 parent 2eacf8b commit a2221dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
run: >
cmake -B ${{github.workspace}}/build
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DCMAKE_C_COMPILER=clang
-DCMAKE_CXX_COMPILER=clang++
-DCMAKE_MAKE_PROGRAM=`which make`
-DCMAKE_TOOLCHAIN_FILE="$VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake"
- name: Build
Expand Down

0 comments on commit a2221dc

Please sign in to comment.