Install rescent gcc on linux
This commit is contained in:
parent
8b4f6742c6
commit
cc93067587
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -53,7 +53,10 @@ jobs:
|
||||
|
||||
- name: Install system libs
|
||||
if: runner.os == 'Linux'
|
||||
run: sudo apt install libgl1-mesa-dev libxkbcommon-x11-0
|
||||
run: |
|
||||
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
|
||||
sudo apt-get update
|
||||
sudo apt install libgl1-mesa-dev libxkbcommon-x11-0 gcc-9
|
||||
|
||||
- name: Get Qt
|
||||
run: python ./share/ci/get_qt.py
|
||||
|
Loading…
Reference in New Issue
Block a user