Skip to content

Commit

Permalink
Switch CI to debug until app crash on start in release mode will be f…
Browse files Browse the repository at this point in the history
…ixed
  • Loading branch information
Fanda Vacek committed Oct 9, 2024
1 parent 13ab927 commit 117add3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:
-DQF_BUILD_QML_PLUGINS=ON \
-DBUILD_TESTING=OFF \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_BUILD_TYPE=Debug \
-DUSE_QT6=${{ inputs.use_qt6 }} \
${{ env.cmake_extra_args }} \
${{ inputs.additional_cmake_args }}
Expand Down

0 comments on commit 117add3

Please sign in to comment.