We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c32f1 commit 3c51cf6Copy full SHA for 3c51cf6
.github/workflows/win-build.yml
@@ -24,8 +24,4 @@ jobs:
24
cmake -B ${{github.workspace}}/build -S ${{github.workspace}}
25
-D CMAKE_BUILD_TYPE=Release
26
- name: CMake Build
27
- run: cmake --build ${{github.workspace}}/build --config Release
28
-
29
- # - name: Unit Test
30
- # working-directory: ${{github.workspace}}/build
31
- # run: ctest -C ${{env.BUILD_TYPE}}
+ run: cmake --build ${{github.workspace}}/build --config Release
tests/dockerfiles/windows/Dockerfile
0 commit comments