We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab6601 commit 8d887c4Copy full SHA for 8d887c4
.github/workflows/caching.yml
@@ -42,6 +42,7 @@ jobs:
42
needs: pre_job
43
runs-on: ${{ matrix.os }}
44
strategy:
45
+ fail-fast: false
46
matrix:
47
ghc: ["9.0.1", '8.10.7', '8.10.6', "8.8.4", "8.8.3", "8.6.5"]
48
os: [ubuntu-latest, macOS-latest, windows-latest]
0 commit comments