Skip to content

Commit ce7bb89

Browse files
committed
disable fail fast for the moment to let linux and windows build
mac errors due to gradle dependecny fetching error
1 parent 571a051 commit ce7bb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
build:
2020
strategy:
21-
fail-fast: true
21+
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest, windows-latest, macOS-latest]
2424
include:

0 commit comments

Comments
 (0)