We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2dc72c commit 63f6f0cCopy full SHA for 63f6f0c
.github/workflows/cmake.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ${{matrix.os}}
11
strategy:
12
matrix:
13
- os: [windows-latest]
+ os: [windows-latest, macos-latest]
14
15
steps:
16
- name: "Preparation"
@@ -28,4 +28,4 @@ jobs:
28
29
- name: "Build"
30
working-directory: ${{runner.workspace}}/RSAlgorithmicVerb
31
- run: cmake --build build -DCMAKE_BUILD_TYPE=Release
+ run: cmake --build build --config Release
0 commit comments