Skip to content

Commit

Permalink
final test 10
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanKrMahato committed Nov 25, 2024
1 parent 29ac7ce commit 13c0507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Configure with CMake
working-directory: ./build
run: |
cmake -G "MinGW Makefiles" -DOPTION_FORK_SAFE=OFF -DOPTION_BUILD_PLUGINS_BACKTRACE=OFF ..
cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DOPTION_FORK_SAFE=OFF -DOPTION_BUILD_PLUGINS_BACKTRACE=OFF ..
- name: Build with CMake
working-directory: ./build
Expand Down

0 comments on commit 13c0507

Please sign in to comment.