This commit is contained in:
2026-02-21 18:16:56 -05:00
parent 1e63eabd46
commit 61c7f59237

View File

@@ -19,7 +19,8 @@ runs:
with: with:
version: ${{ inputs.qt-version }} version: ${{ inputs.qt-version }}
- name: Set QMAKE - run: |
run: | echo "PATH: $PATH"
echo "QMAKE=/home/runner/work/clide/${{ inputs.qt-version }}/gcc_64/bin/qmake" >> $GITHUB_ENV which qmake || true
which qmake6 || true
shell: bash shell: bash