fix some typos

This commit is contained in:
DioEgizio 2022-03-22 07:38:00 +01:00 committed by GitHub
parent 8accb6f04e
commit c6b1a776dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,6 @@ jobs:
msystem: mingw64
portable: true
- os: macos-11
qt_version: 5.12.12
qt_host: mac
@ -139,7 +138,7 @@ jobs:
if: runner.os == 'Windows' && matrix.portable != true
shell: msys2 {0}
run: |
cmake -S . -B ${{ env.BUILD_DIR }} -DCMAKE_INSTALL_PREFIX=${{ env.INSTALL_DIR }} -DCMAKE_BUILD_TYPE=${{ inputs.build_type }} -G Ninja -DLauncher_PORTABLE=OFF
cmake -S . -B ${{ env.BUILD_DIR }} -DCMAKE_INSTALL_PREFIX=${{ env.INSTALL_DIR }} -DCMAKE_BUILD_TYPE=${{ inputs.build_type }} -DLauncher_PORTABLE=OFF -G Ninja
- name: Configure CMake on Windows portable
@ -158,7 +157,7 @@ jobs:
run: |
cmake --build ${{ env.BUILD_DIR }}
- name: Build on Windows
- name: Build on Windows
if: runner.os == 'Windows'
shell: msys2 {0}
run: |