From 1971f2e6633bbcb8fc715ed89cd21e762ebeb601 Mon Sep 17 00:00:00 2001 From: TheROPFather Date: Tue, 5 Mar 2024 14:29:57 +0000 Subject: [PATCH] Reintroduce crashpad to the build --- .github/workflows/ci-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 703ab08ffd..9d1fcd1da2 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -37,7 +37,7 @@ jobs: 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 - name: Generate CMake - run: mkdir main/build && cd main/build && cmake -G Ninja -DWITH_CRASHPAD=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo .. + run: mkdir main/build && cd main/build && cmake -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo .. env: CXX: ${{matrix.cfg.cpp-version}}