Skip to content

Commit

Permalink
Disable MinGW tests in CI
Browse files Browse the repository at this point in the history
No capacity to debug the missing dll error on startup
  • Loading branch information
erenon authored and spektrof committed Jun 21, 2023
1 parent 9dad05b commit 4cd8f78
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
cd Release
ctest -VV -C Release
build_win_mingw:
compile_win_mingw:
name: Build on Windows with MinGW
runs-on: windows-latest
steps:
Expand All @@ -219,7 +219,3 @@ jobs:
- name: Build
run: |
cmake --build Release --config Release -j2
- name: Test
run: |
cd Release
ctest -VV -C Release

0 comments on commit 4cd8f78

Please sign in to comment.