Merge pull request #3256 from oxen-io/unstable

chore: workflow: do not fail fast
master
Audric Ackermann 4 months ago committed by GitHub
commit aa2a27d4d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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