Run apt update first
This commit is contained in:
parent
a142bd6217
commit
94e5bcff02
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -76,6 +76,7 @@ jobs:
|
||||
- name: "Install Linux VirtualDisplay"
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y libxkbcommon-x11-0 x11-utils
|
||||
sudo apt-get install --no-install-recommends -y libyaml-dev libegl1-mesa libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0
|
||||
sudo apt-get install -y libopengl0
|
||||
|
Loading…
Reference in New Issue
Block a user