Skip to content

Commit

Permalink
Temporarily disable debug CI builds
Browse files Browse the repository at this point in the history
See #140
  • Loading branch information
LegalizeAdulthood committed Sep 26, 2024
1 parent c7c8cf2 commit 42a55fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ jobs:
needs: html-docs
strategy:
matrix:
preset: [ debug, release ]
# The Windows debug build hangs when compiling the docs with id makedoc ...
# I can't reproduce this locally, but it's causing all CI jobs to fail.
# Temporary disable the debug jobs until this can be root caused.
# preset: [ debug, release ]
preset: [ release ]
# macos-latest is disabled for now
os: [ ubuntu-latest, windows-latest ]
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit 42a55fb

Please sign in to comment.