Skip to content

Commit

Permalink
Increase minimum Qt version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kebekus committed Apr 18, 2020
1 parent c57d71a commit d56a9b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: jurplel/install-qt-action@v2
with:
target: 'android'
version: '5.14.1'
version: '5.14.2'
- name: Install Additional Software
run: |
sudo apt install doxygen graphviz librsvg2-bin
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
args: git submodule update --init --recursive
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
version: '5.14.2'
- name: Install Additional Software
run: |
sudo apt install doxygen graphviz
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
args: git submodule update --init --recursive
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
version: '5.14.2'
- name: Install Additional Software
run: |
sudo apt install doxygen graphviz
Expand Down

0 comments on commit d56a9b4

Please sign in to comment.