We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d40f0a commit 7c180d4Copy full SHA for 7c180d4
.github/workflows/build-binaries.yml
@@ -31,6 +31,7 @@ jobs:
31
build_linux:
32
runs-on: ubuntu-20.04
33
strategy:
34
+ fail-fast: false
35
matrix:
36
# this needs to be a valid target of https://www.electron.build/linux#target
37
pkg_to_build: ['deb', 'rpm', 'freebsd', 'AppImage']
0 commit comments