Update to install-qt-action 2.5.0 and use alternative mirror (#5634)

This commit is contained in:
Magne Sjaastad 2020-03-04 16:02:59 +01:00 committed by GitHub
parent 51b3711755
commit dde5d09791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,10 +21,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install Qt
uses: ouuan/install-qt-action@v2.3.1
uses: jurplel/install-qt-action@v2.5.0
with:
version: 5.9
modules: qtscript
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip