Skip to content

Commit 4d7e9e9

Browse files
committed
temporarily disable crashpad due to build issues
1 parent 97eb041 commit 4d7e9e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,20 +145,20 @@ jobs:
145145
config:
146146
- configuration: Release
147147
ui: Gtk+3
148-
enable: TESTS, CRASHPAD, AUTO_UPDATE
148+
enable: TESTS, AUTO_UPDATE
149149
upload: windows-gtk3-release
150150

151151
- configuration: Debug
152-
enable: TESTS, TRACING, CRASHPAD, AUTO_UPDATE
152+
enable: TESTS, TRACING, AUTO_UPDATE
153153
ui: Gtk+3
154154
upload: windows-gtk3-debug
155155

156156
- configuration: Release
157157
ui: Qt
158-
enable: TESTS, CRASHPAD, AUTO_UPDATE
158+
enable: TESTS, AUTO_UPDATE
159159

160160
- configuration: Debug
161-
enable: TESTS, TRACING, CRASHPAD, AUTO_UPDATE
161+
enable: TESTS, TRACING, AUTO_UPDATE
162162
ui: Qt
163163
steps:
164164
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)