We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fb1ec commit 0aa8837Copy full SHA for 0aa8837
.github/workflows/build.yml
@@ -126,7 +126,7 @@ jobs:
126
python -m aqt tool ${{matrix.qtifw-host}} tools_ifw 3.1.1 qt.tools.ifw.31 --outputdir ${{steps.qt.outputs.qtdir}}/qtifw --internal
127
- name: copy QtIfw from cache
128
if: steps.qt.outputs.tests == 'true'
129
- run: cp -a "${{steps.qt.outputs.qtdir}}/qtifw/Tools" "${{steps.qt.outputs.qtdir}}/../../
+ run: cp -a "${{steps.qt.outputs.qtdir}}/qtifw/Tools" "${{steps.qt.outputs.qtdir}}/../../"
130
shell: bash
131
- name: qmake
132
run: |
0 commit comments