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 4a9d338
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/build_qmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: QMake Build Matrix
on: [push]

env:
QT_VERSION: 5.15.1
QT_CREATOR_VERSION: 4.13.0
QT_VERSION: 5.15.2
QT_CREATOR_VERSION: 4.14.0
PLUGIN_PRO: doxygen.pro
PLUGIN_NAME: Doxygen

Expand Down Expand Up @@ -50,17 +50,11 @@ 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,"${{ env.QT_CREATOR_VERSION }}"-0,qt.tools.qtcreator tools_qtcreator,"${{ env.QT_CREATOR_VERSION }}"-0,qt.tools.qtcreatordev'

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

0 comments on commit 4a9d338

Please sign in to comment.