From 5cc2153ae8f759d30e0c25ec853bd4d09c4f4c87 Mon Sep 17 00:00:00 2001 From: Hamed Masafi Date: Mon, 27 Jul 2020 13:38:16 +0430 Subject: [PATCH] try 4 --- .github/workflows/qt.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/qt.yml b/.github/workflows/qt.yml index 8364f90..df65111 100644 --- a/.github/workflows/qt.yml +++ b/.github/workflows/qt.yml @@ -58,10 +58,6 @@ jobs: version: ${{matrix.version}} platform: ${{matrix.platform}} packages: qt.tools.ifw.32 - - name: qmake - run: | - qmake CONFIG+=install_ok QT_PLATFORM=${{matrix.platform}} "QT_TOOL_PATH=${{steps.qt.outputs.qtdir}}/Tools" - ${{steps.qt.outputs.make}} qmake_all - name: install packagekit if: matrix.platform == 'gcc_64' run: | @@ -83,11 +79,11 @@ jobs: ${{steps.qt.outputs.make}} install pkg-config --exists packagekitqt5 working-directory: src/3rdparty/PackageKit-Qt - - - name: make module + - name: qmake run: | - ${{steps.qt.outputs.make}} - ${{steps.qt.outputs.make}} INSTALL_ROOT="${{steps.qt.outputs.installdir}}" install + qmake CONFIG+=install_ok QT_PLATFORM=${{matrix.platform}} "QT_TOOL_PATH=${{steps.qt.outputs.qtdir}}/Tools" + ${{steps.qt.outputs.make}} qmake_all + - name: upload module to releases uses: Skycoder42/action-upload-release@master if: startsWith(github.ref, 'refs/tags/')