Skip to content

Commit

Permalink
disable Debug builds on CI
Browse files Browse the repository at this point in the history
see #171
  • Loading branch information
pmed committed Sep 26, 2021
1 parent 07dfe64 commit 3cd0682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
build_type: [ Release, Debug ]
build_type: [ Release ] #, Debug ]
shared_lib: [ false, true ]
header_only: [ false, true ]
v8_compress_pointers: [ false, true ]
Expand Down

0 comments on commit 3cd0682

Please sign in to comment.