Update build_linux.yml
This commit is contained in:
parent
35e880c073
commit
e156fa6335
7
.github/workflows/build_linux.yml
vendored
7
.github/workflows/build_linux.yml
vendored
@ -20,15 +20,14 @@ jobs:
|
||||
- name: Install Packages
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y pkg-config ninja \
|
||||
libxmu-dev libxi-dev libgl-dev libglu1-mesa-dev \ # a GL library wants these three
|
||||
\ # lines below are for SDL2 compilation
|
||||
sudo apt-get install -y pkg-config ninja-build \
|
||||
libxmu-dev libxi-dev libgl-dev libglu1-mesa-dev \
|
||||
pkg-config cmake ninja-build gnome-desktop-testing libasound2-dev libpulse-dev \
|
||||
libaudio-dev libjack-dev libsndio-dev libusb-1.0-0-dev libx11-dev libxext-dev \
|
||||
libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev libwayland-dev \
|
||||
libxkbcommon-dev libdrm-dev libgbm-dev libgl1-mesa-dev libgles2-mesa-dev \
|
||||
libegl1-mesa-dev libdbus-1-dev libibus-1.0-dev libudev-dev fcitx-libs-dev \
|
||||
libpipewire-0.3-dev libdecor-0-dev # remove this line if we move to an Ubuntu version < 22.04
|
||||
libpipewire-0.3-dev libdecor-0-dev
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user