diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b712bd7..bd8da99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,11 +61,11 @@ jobs: - name: Build with QMake as static working-directory: HotkeyTest run: | - qmake "CONFIG+=x86_64" + qmake -set arch x86_64 "CONFIG+=x86_64" ${{ matrix.make }} - name: Build with QMake as shared working-directory: HotkeyTest run: | - qmake "CONFIG+=x86_64" "DEFINES+=QHOTKEY_SHARED QHOTKEY_LIBRARY" + qmake -set arch x86_64 "CONFIG+=x86_64" "DEFINES+=QHOTKEY_SHARED QHOTKEY_LIBRARY" ${{ matrix.make }}