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 a15e835 commit 2e417e2Copy full SHA for 2e417e2
README.md
@@ -48,6 +48,8 @@ jobs:
48
ghc: ${{ matrix.ghc }}
49
cabal: ${{ matrix.cabal }}
50
config: |
51
+ # don't cache metadata files based on last access time
52
+ meta-cache: 0
53
# see https://github.com/haskell/ghcup-hs/blob/master/data/config.yaml
54
# for full documentation
55
url-source:
action.yml
@@ -24,6 +24,7 @@ inputs:
24
description: HLS version to install
25
config:
26
description: GHCup config (partial or full)
27
+ default: '{"meta-cache": 0 }'
28
29
outputs:
30
path:
0 commit comments