Skip to content

Commit 9462285

Browse files
committed
fix config
1 parent a61229c commit 9462285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,10 +750,10 @@ jobs:
750750
needs: build
751751
# if: ${{ needs.build.outputs.isRelease == 'true' }}
752752
strategy:
753+
fail-fast: false
753754
matrix:
754755
os: [ubuntu-18.04, macos-latest, windows-latest]
755756
description: [default]
756-
fail-fast: false
757757
include:
758758
- os: ubuntu-18.04
759759
target: x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)