Skip to content

Commit

Permalink
fix(cd): set fail-fast strategy to false
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jul 12, 2022
1 parent f792a92 commit 4b2ded0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
needs: generate-changelog
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
build: [linux-gnu, linux-musl, win-gnu, win-msvc, win32-msvc, macos]
include:
Expand Down

0 comments on commit 4b2ded0

Please sign in to comment.