Skip to content

Commit de24aa4

Browse files
committed
FIX: updated version with bats for workflow
1 parent 497d3fb commit de24aa4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/win-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
- uses: actions/checkout@v4
2121

2222
- name: CMAKE Configure
23-
run: >
24-
cmake -B ${{github.workspace}}/build -S ${{github.workspace}}
25-
-D CMAKE_BUILD_TYPE=Release
23+
run: ${{github.workspace}}/cmake/config.bat
2624
- name: CMake Build
27-
run: cmake --build ${{github.workspace}}/build --config Release
25+
run: ${{github.workspace}}/cmake/build.bat

0 commit comments

Comments
 (0)