Skip to content

Commit

Permalink
Re-enable crashpad
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Dec 9, 2024
1 parent ebe84fd commit ac4478c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
cmake --install '${{github.workspace}}/_build' --config Release
build-windows:
runs-on: windows-2019
runs-on: windows-latest
permissions:
id-token: write
attestations: write
Expand Down Expand Up @@ -145,11 +145,11 @@ jobs:
config:
- configuration: Release
ui: Gtk+3
enable: TESTS, AUTO_UPDATE
enable: TESTS, CRASHPAD, AUTO_UPDATE
upload: windows-gtk3-release

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

Expand Down

0 comments on commit ac4478c

Please sign in to comment.