From 61c7f592376cc203b4d6ccd318896e87997a4252 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sat, 21 Feb 2026 18:16:56 -0500 Subject: [PATCH] debug --- .github/actions/setup-qt/action.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup-qt/action.yml b/.github/actions/setup-qt/action.yml index be0119e..1a597d6 100644 --- a/.github/actions/setup-qt/action.yml +++ b/.github/actions/setup-qt/action.yml @@ -19,7 +19,8 @@ runs: with: version: ${{ inputs.qt-version }} - - name: Set QMAKE - run: | - echo "QMAKE=/home/runner/work/clide/${{ inputs.qt-version }}/gcc_64/bin/qmake" >> $GITHUB_ENV + - run: | + echo "PATH: $PATH" + which qmake || true + which qmake6 || true shell: bash \ No newline at end of file