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