Update main.yml
This commit is contained in:
parent
db934c8ceb
commit
f76acd5ffe
|
@ -42,7 +42,7 @@ jobs:
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
version: '5.15.1'
|
version: '5.15.1'
|
||||||
dir: ../Qt
|
dir: ..
|
||||||
arch: ${{ matrix.qt-target }}
|
arch: ${{ matrix.qt-target }}
|
||||||
tools: 'tools_qtcreator,4.13.1-0,qt.tools.qtcreator'
|
tools: 'tools_qtcreator,4.13.1-0,qt.tools.qtcreator'
|
||||||
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
||||||
|
|
Loading…
Reference in New Issue