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