From 4d7e9e9580b41e6eee0a07fd160ac37e5fb412c0 Mon Sep 17 00:00:00 2001 From: Rob Caelers Date: Tue, 19 Nov 2024 21:18:34 +0100 Subject: [PATCH] temporarily disable crashpad due to build issues --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index edd9a396a..1ad1d0e33 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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