Skip to content

Commit

Permalink
Run without crashpad for now
Browse files Browse the repository at this point in the history
See if we can minimize the build variables for now
  • Loading branch information
TheROPFather authored Mar 4, 2024
1 parent 53540a9 commit 3e4c611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
run: mkdir main/build && cd main/build && cmake -G Ninja -DWITH_CRASHPAD=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
env:
CXX: ${{matrix.cfg.cpp-version}}

Expand Down

0 comments on commit 3e4c611

Please sign in to comment.