Skip to content

Commit 8b648d6

Browse files
authored
Testing windows build in cmake.yml
1 parent 274f015 commit 8b648d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{matrix.os}}
1111
strategy:
1212
matrix:
13-
os: [windows-latest, macos-latest]
13+
os: [windows-latest]
1414

1515
steps:
1616
- name: "Preparation"
@@ -28,4 +28,4 @@ jobs:
2828

2929
- name: "Build"
3030
working-directory: ${{runner.workspace}}/RSAlgorithmicVerb
31-
run: cmake --build build --config $BUILD_TYPE
31+
run: cmake --build build -D CMAKE_BUILD_TYPE=Release

0 commit comments

Comments
 (0)