Set qmake?

This commit is contained in:
2026-02-21 18:12:45 -05:00
parent ac83b3e30f
commit 1e63eabd46

View File

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