Skip to content

Commit 13e6944

Browse files
committed
updating qt actions with tools
1 parent 3169764 commit 13e6944

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/build_qmake.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,12 @@ jobs:
5050
5151
- name: Download Qt
5252
id: qt
53-
uses: fpoussin/install-qt-action@v2
53+
uses: jurplel/install-qt-action@v2
5454
with:
5555
aqtversion: master
5656
version: "${{ env.QT_VERSION }}"
5757
modules: qtdeclarative qttools qtsvg
58-
tools:
59-
- name: qtcreator
60-
version: "${{ env.QT_CREATOR_VERSION }}"
61-
- name: qtcreatordev
62-
version: "${{ env.QT_CREATOR_VERSION }}"
63-
arch: "${{ matrix.config.msvc }}"
58+
tools: 'tools_qtcreator,4.14.0-0,qt.tools.qtcreator tools_qtcreator,4.14.0-0,qt.tools.qtcreatordev'
6459

6560
- name: Configure
6661
shell: cmake -P {0}

0 commit comments

Comments
 (0)