Skip to content

Commit

Permalink
updating qt actions with tools
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoussin committed Dec 18, 2020
1 parent 3169764 commit 13e6944
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build_qmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,12 @@ jobs:
- name: Download Qt
id: qt
uses: fpoussin/install-qt-action@v2
uses: jurplel/install-qt-action@v2
with:
aqtversion: master
version: "${{ env.QT_VERSION }}"
modules: qtdeclarative qttools qtsvg
tools:
- name: qtcreator
version: "${{ env.QT_CREATOR_VERSION }}"
- name: qtcreatordev
version: "${{ env.QT_CREATOR_VERSION }}"
arch: "${{ matrix.config.msvc }}"
tools: 'tools_qtcreator,4.14.0-0,qt.tools.qtcreator tools_qtcreator,4.14.0-0,qt.tools.qtcreatordev'

- name: Configure
shell: cmake -P {0}
Expand Down

0 comments on commit 13e6944

Please sign in to comment.