fix missing newline

This commit is contained in:
Rick Vogel 2022-10-28 14:47:10 +02:00
parent 06518c03ae
commit 9837fe333a
1 changed files with 2 additions and 2 deletions

View File

@ -188,8 +188,8 @@ jobs:
-B . \
-DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \
-G "${{ matrix.config.generators }}" \
-DCMAKE_INSTALL_PREFIX:PATH=instdir
-DQt5_DIR:PATH=${{ matrix.config.qtcmakedir }}
-DCMAKE_INSTALL_PREFIX:PATH=instdir \
-DQt5_DIR:PATH="${{ matrix.config.qtcmakedir }}"
- name: Build
shell: bash
run: cmake --build . --config ${{ matrix.config.build_type }}