Skip to content

Commit

Permalink
Heck crashpad too
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebandit21 committed Mar 11, 2024
1 parent a54bcf3 commit 6ecb2a5
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 @@ -128,7 +128,7 @@ jobs:
python-version: '3.12'

- name: Generate CMake
run: mkdir main/build && cd main/build && cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -G Ninja ..
run: mkdir main/build && cd main/build && cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_CRASHPAD=OFF -G Ninja ..

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

0 comments on commit 6ecb2a5

Please sign in to comment.