diff options
author | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-02-10 23:26:16 +0530 |
---|---|---|
committer | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-02-11 18:05:26 +0530 |
commit | b9be8d08d2719aeafbb8f51327c4c1fa77cfd9db (patch) | |
tree | 3b3a7152065f4c50a0d0d1e75b0f6dce49782729 /.github | |
parent | 33d369d78c5773ac2a9f9f0d9a7defcddc8f28f5 (diff) | |
download | PrismLauncher-b9be8d08d2719aeafbb8f51327c4c1fa77cfd9db.tar.gz PrismLauncher-b9be8d08d2719aeafbb8f51327c4c1fa77cfd9db.tar.bz2 PrismLauncher-b9be8d08d2719aeafbb8f51327c4c1fa77cfd9db.zip |
Remove superfluous variable
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c78e93e..eda7479a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,6 @@ jobs: - os: ubuntu-20.04 qt_version: 5.15.2 qt_host: linux - app_image: true - os: windows-2022 qt_version: 5.15.2 @@ -108,7 +107,7 @@ jobs: cmake --build ${{ env.BUILD_DIR }} - name: Install - if: matrix.app_image != true + if: runner.os != 'Linux' run: | cmake --install ${{ env.BUILD_DIR }} |