debug
This commit is contained in:
7
.github/actions/setup-qt/action.yml
vendored
7
.github/actions/setup-qt/action.yml
vendored
@@ -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
|
||||||
Reference in New Issue
Block a user