let's try to narrow it down

This commit is contained in:
tildearrow 2022-11-12 03:14:28 -05:00
parent 6f1d916ac3
commit e232d3f168
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ defaults:
shell: bash
env:
BUILD_TYPE: Debug
BUILD_TYPE: Release
jobs:
build:
@ -240,6 +240,7 @@ jobs:
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
-DWARNINGS_ARE_ERRORS=${USE_WAE} \
-DUSE_RTMIDI=OFF \
"${CMAKE_EXTRA_ARGS[@]}"
- name: Build