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:
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