mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Fix the CI by downgrading install-qt-action version (#1554)
This commit is contained in:
parent
7a08d73434
commit
59296075e8
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue