We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa144f9 commit f573412Copy full SHA for f573412
.github/workflows/hipo.yml
@@ -46,7 +46,7 @@ jobs:
46
strategy:
47
fail-fast: false
48
matrix:
49
- build_type: ['Release', 'Debug']
+ build_type: ['Release', 'Debug', 'RelWithDebInfo']
50
all_tests: ['OFF', 'ON']
51
steps:
52
- uses: actions/checkout@v4
0 commit comments