Skip to content

Commit

Permalink
chore: workflow: do not fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilb committed Dec 5, 2024
1 parent 8d40f0a commit 7c180d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
build_linux:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
# this needs to be a valid target of https://www.electron.build/linux#target
pkg_to_build: ['deb', 'rpm', 'freebsd', 'AppImage']
Expand Down

0 comments on commit 7c180d4

Please sign in to comment.