Skip to content

Commit

Permalink
Crashpad is going to heck everything up if I let it...
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebandit21 committed Mar 31, 2024
1 parent 94566d6 commit eef9437
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 @@ -313,7 +313,7 @@ jobs:
run: brew install cmake nasm ninja && brew tap bluebandit21/etterna && brew update && brew install bluebandit21/etterna/[email protected]_osx_high_sierra

- name: Generate CMake
run: mkdir main/build && cd main/build && cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/[email protected]_osx_high_sierra -DCMAKE_BUILD_TYPE=RelWithDebInfo -G Ninja ..
run: mkdir main/build && cd main/build && cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/[email protected]_osx_high_sierra -DWITH_CRASHPAD=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -G Ninja ..

- name: Build Project
run: cd main/build && ninja
Expand Down

0 comments on commit eef9437

Please sign in to comment.