Skip to content

Commit 0b79039

Browse files
committed
CI: cache-deps: cache successes in the matrix
Before this - whole matrix aborted on 1 build fail in it: https://github.com/haskell/haskell-language-server/runs/4383942120?check_suite_focus=true
1 parent 36bbfce commit 0b79039

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cache-deps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
deps:
2828
runs-on: ${{ matrix.os }}
2929
strategy:
30+
fail-fast: false
3031
matrix:
3132
ghc: ["9.0.1", '8.10.7', '8.10.6', "8.10.5", "8.8.4", "8.8.3", "8.6.5"]
3233
os: [ubuntu-latest, macOS-latest, windows-latest]

0 commit comments

Comments
 (0)