We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97eb041 commit 4d7e9e9Copy full SHA for 4d7e9e9
.github/workflows/ci.yaml
@@ -145,20 +145,20 @@ jobs:
145
config:
146
- configuration: Release
147
ui: Gtk+3
148
- enable: TESTS, CRASHPAD, AUTO_UPDATE
+ enable: TESTS, AUTO_UPDATE
149
upload: windows-gtk3-release
150
151
- configuration: Debug
152
- enable: TESTS, TRACING, CRASHPAD, AUTO_UPDATE
+ enable: TESTS, TRACING, AUTO_UPDATE
153
154
upload: windows-gtk3-debug
155
156
157
ui: Qt
158
159
160
161
162
163
steps:
164
- uses: actions/checkout@v4
0 commit comments