Skip to content

Commit 7c180d4

Browse files
committed
chore: workflow: do not fail fast
1 parent 8d40f0a commit 7c180d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-binaries.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
build_linux:
3232
runs-on: ubuntu-20.04
3333
strategy:
34+
fail-fast: false
3435
matrix:
3536
# this needs to be a valid target of https://www.electron.build/linux#target
3637
pkg_to_build: ['deb', 'rpm', 'freebsd', 'AppImage']

0 commit comments

Comments
 (0)