diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-03-22 07:38:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-22 07:38:00 +0100 |
commit | c6b1a776dcfada3408f4265a22fdbfdd23deccd9 (patch) | |
tree | 1ace653c2e079db70972cde977c93df6948da472 | |
parent | 8accb6f04e1b9bcbfaf68f7930ffd12fddebccf8 (diff) | |
download | PrismLauncher-c6b1a776dcfada3408f4265a22fdbfdd23deccd9.tar.gz PrismLauncher-c6b1a776dcfada3408f4265a22fdbfdd23deccd9.tar.bz2 PrismLauncher-c6b1a776dcfada3408f4265a22fdbfdd23deccd9.zip |
fix some typos
-rw-r--r-- | .github/workflows/build.yml | 5 |
1 files 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: | |