Skip to content

Commit

Permalink
Split GH action attempt to fix macOS
Browse files Browse the repository at this point in the history
janhenke committed Dec 21, 2024
1 parent a2221dc commit db85826
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-macos.yaml
Original file line number Diff line number Diff line change
@@ -27,10 +27,10 @@ jobs:
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
run: >
cmake -B ${{github.workspace}}/build
-G Ninja
-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
1 change: 1 addition & 0 deletions .github/workflows/cmake-ubuntu.yaml
Original file line number Diff line number Diff line change
@@ -35,6 +35,7 @@ jobs:
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
run: >
cmake -B ${{github.workspace}}/build
-G Ninja
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}

0 comments on commit db85826

Please sign in to comment.