mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 02:34:42 +00:00
Fix Package 'libgl1-mesa-glx' has no installation candidate
This commit is contained in:
parent
89ae98b035
commit
82aebf6647
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
sudo apt-get -qq install -y \
|
||||
make pkg-config \
|
||||
libvpx-dev libx264-dev libopus-dev libyuv-dev libjpeg-turbo8-dev \
|
||||
libsdl2-dev libgl1-mesa-glx
|
||||
libsdl2-dev libgl1 libglx-mesa0
|
||||
|
||||
make build
|
||||
xvfb-run --auto-servernum make test verify-cores
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue