From ac83b3e30fdadaa1d9534be0f59b13cae09f1553 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sat, 21 Feb 2026 18:04:53 -0500 Subject: [PATCH] Don't set QMAKE. --- .github/actions/setup-qt/action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/actions/setup-qt/action.yml b/.github/actions/setup-qt/action.yml index 13eeabb..ff84d38 100644 --- a/.github/actions/setup-qt/action.yml +++ b/.github/actions/setup-qt/action.yml @@ -18,8 +18,3 @@ runs: uses: jurplel/install-qt-action@v4 with: version: ${{ inputs.qt-version }} - - - name: Set QMAKE - run: | - echo "QMAKE=$GITHUB_WORKSPACE/${{ inputs.qt-version }}/gcc_64/bin/qmake" >> $GITHUB_ENV - shell: bash \ No newline at end of file