We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81d668 commit e1d950cCopy full SHA for e1d950c
.github/workflows/build-all-versions.yml
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
cabal freeze
46
47
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
48
name: Cache ~/.cabal/store
49
with:
50
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
@@ -85,7 +85,7 @@ jobs:
85
- run: sed -i.bak 's/"C compiler link flags", "/&-no-pie /' /home/runner/.ghcup/ghc/7.10.3/lib/ghc-7.10.3/settings
86
if: matrix.ghc == '7.10.3'
87
88
89
name: Cache ~/.stack
90
91
path: ~/.stack
0 commit comments