Skip to content

Commit

Permalink
Update action.yml fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fvacek authored and Fanda Vacek committed Oct 8, 2024
1 parent eee79d1 commit 1d77434
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 @@ -61,9 +61,9 @@ runs:
-S '${{github.workspace}}' \
-B '${{github.workspace}}/build' \
-DQF_BUILD_QML_PLUGINS=ON \
#-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=OFF \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DUSE_QT6=${{ inputs.use_qt6 }} \
${{ env.cmake_extra_args }} \
${{ inputs.additional_cmake_args }}
Expand Down

0 comments on commit 1d77434

Please sign in to comment.