Skip to content

Commit

Permalink
temporarily disable crashpad due to build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Nov 19, 2024
1 parent 97eb041 commit 4d7e9e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,20 +145,20 @@ jobs:
config:
- configuration: Release
ui: Gtk+3
enable: TESTS, CRASHPAD, AUTO_UPDATE
enable: TESTS, AUTO_UPDATE
upload: windows-gtk3-release

- configuration: Debug
enable: TESTS, TRACING, CRASHPAD, AUTO_UPDATE
enable: TESTS, TRACING, AUTO_UPDATE
ui: Gtk+3
upload: windows-gtk3-debug

- configuration: Release
ui: Qt
enable: TESTS, CRASHPAD, AUTO_UPDATE
enable: TESTS, AUTO_UPDATE

- configuration: Debug
enable: TESTS, TRACING, CRASHPAD, AUTO_UPDATE
enable: TESTS, TRACING, AUTO_UPDATE
ui: Qt
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4d7e9e9

Please sign in to comment.