Fix the CI by downgrading install-qt-action version (#1554)

This commit is contained in:
pajlada 2020-02-15 12:04:05 -05:00 committed by GitHub
parent 7a08d73434
commit 59296075e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,9 +25,7 @@ jobs:
submodules: true
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
modules: qtwebengine
uses: jurplel/install-qt-action@v1
# WINDOWS
- name: Cache conan
@ -79,7 +77,7 @@ jobs:
# LINUX
- name: Install dependencies (Ubuntu)
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get update && sudo apt-get -y install libssl-dev libboost-dev libboost-system-dev libboost-filesystem-dev libpulse-dev libxkbcommon-x11-0 libgstreamer-plugins-base1.0-0
run: sudo apt-get update && sudo apt-get -y install libssl-dev libboost-dev libboost-system-dev libboost-filesystem-dev libpulse-dev libxkbcommon-x11-0 libgstreamer-plugins-base1.0-0 build-essential libgl1-mesa-dev
- name: Build (Ubuntu)
if: startsWith(matrix.os, 'ubuntu')