Skip to content

Commit ad831bf

Browse files
committed
Merge branch 'master' into no-crashpad
2 parents c47df55 + a0154f1 commit ad831bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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 ..

0 commit comments

Comments
 (0)