From 1e63eabd46de04a72c1d378e240afeca80376723 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sat, 21 Feb 2026 18:12:45 -0500 Subject: [PATCH] Set qmake? --- .github/actions/setup-qt/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/actions/setup-qt/action.yml b/.github/actions/setup-qt/action.yml index ff84d38..be0119e 100644 --- a/.github/actions/setup-qt/action.yml +++ b/.github/actions/setup-qt/action.yml @@ -18,3 +18,8 @@ runs: uses: jurplel/install-qt-action@v4 with: version: ${{ inputs.qt-version }} + + - name: Set QMAKE + run: | + echo "QMAKE=/home/runner/work/clide/${{ inputs.qt-version }}/gcc_64/bin/qmake" >> $GITHUB_ENV + shell: bash \ No newline at end of file