File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3636 path : tools
3737
3838 - name : Install apt packages
39- run : sudo apt update && sudo apt install ${{ matrix.cfg.cpp-version }} nasm ninja-build libglew-dev libxrandr-dev libxtst-dev libpulse-dev libasound-dev libogg-dev libvorbis-dev xorg-dev libcurl4-openssl-dev wayland-protocols libwayland-dev libwayland-bin libegl-dev libxkbcommon-dev
39+ run : sudo apt update && sudo apt install ${{ matrix.cfg.cpp-version }} nasm ninja-build libglew-dev libxrandr-dev libxtst-dev libpulse-dev libasound-dev libogg-dev libvorbis-dev xorg-dev libcurl4-openssl-dev wayland-protocols libwayland-dev libwayland-bin libegl-dev libxkbcommon-dev libxkbcommon0
4040
4141 - name : Generate CMake
4242 run : mkdir main/build && cd main/build && cmake -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_CRASHPAD=OFF ..
You can’t perform that action at this time.
0 commit comments