Skip to content

Commit 07253fc

Browse files
authored
Update cmake-multi-platform.yml
1 parent e85c4e6 commit 07253fc

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ${{ matrix.os }}
13+
runs-on: windows-latest
1414

1515
strategy:
1616
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
@@ -47,10 +47,7 @@ jobs:
4747
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
4848
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
4949
run: >
50-
cmake -B ${{ steps.strings.outputs.build-output-dir }}
51-
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
52-
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
53-
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
50+
cmake --preset x64-release
5451
-S ${{ github.workspace }}
5552
5653
- name: Build

0 commit comments

Comments
 (0)