mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-29 10:21:54 -06:00
Update to install-qt-action 2.5.0 and use alternative mirror (#5634)
This commit is contained in:
parent
51b3711755
commit
dde5d09791
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user