Skip to content

Commit 28b331e

Browse files
authored
hacky workaround
1 parent be76ed0 commit 28b331e

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
@@ -39,7 +39,7 @@ jobs:
3939
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
4040

4141
- name: Generate CMake
42-
run: mkdir main/build && cd main/build && cmake -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
42+
run: mkdir main/build && cd main/build && cmake -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_CRASHPAD=OFF ..
4343
env:
4444
CXX: ${{matrix.cfg.cpp-version}}
4545

0 commit comments

Comments
 (0)