chore: workflow: do not fail fast

pull/3256/head
Audric Ackermann 4 months ago
parent 8d40f0a7a5
commit 7c180d4078
No known key found for this signature in database

@ -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']

Loading…
Cancel
Save