mirror of https://github.com/BOINC/boinc.git
[linux] Fix CI build on Ubuntu 20.04
This fixes #4201 Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
3d1d402938
commit
90e9e0c819
|
@ -20,8 +20,9 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu bionic main universe'
|
||||||
sudo apt-get -qq update
|
sudo apt-get -qq update
|
||||||
sudo apt-get install -y freeglut3-dev libcurl4-openssl-dev libxmu-dev libxi-dev libfcgi-dev libxss-dev libnotify-dev libxcb-util0-dev libgtk2.0-dev libwebkitgtk-dev p7zip-full
|
sudo apt-get install -y freeglut3-dev libcurl4-openssl-dev libxmu-dev libxi-dev libfcgi-dev libxss-dev libnotify-dev libxcb-util0-dev libgtk2.0-dev libwebkitgtk-dev p7zip-full libxxf86vm-dev
|
||||||
|
|
||||||
- name: Install dependencies for integration testing
|
- name: Install dependencies for integration testing
|
||||||
if: matrix.type == 'integration-test'
|
if: matrix.type == 'integration-test'
|
||||||
|
|
Loading…
Reference in New Issue