Remove superfluous variable

This commit is contained in:
txtsd 2022-02-10 23:26:16 +05:30
parent 33d369d78c
commit b9be8d08d2
No known key found for this signature in database
GPG Key ID: 000F85679D4B6B53

View File

@ -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 }}