From c6b1a776dcfada3408f4265a22fdbfdd23deccd9 Mon Sep 17 00:00:00 2001 From: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Date: Tue, 22 Mar 2022 07:38:00 +0100 Subject: [PATCH] fix some typos --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5fb98faa..4aa316f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |