We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 497d3fb commit de24aa4Copy full SHA for de24aa4
.github/workflows/win-build.yml
@@ -20,8 +20,6 @@ jobs:
20
- uses: actions/checkout@v4
21
22
- name: CMAKE Configure
23
- run: >
24
- cmake -B ${{github.workspace}}/build -S ${{github.workspace}}
25
- -D CMAKE_BUILD_TYPE=Release
+ run: ${{github.workspace}}/cmake/config.bat
26
- name: CMake Build
27
- run: cmake --build ${{github.workspace}}/build --config Release
+ run: ${{github.workspace}}/cmake/build.bat
0 commit comments