aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml3
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 }}