File tree Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 48
48
ghc : ${{ matrix.ghc }}
49
49
cabal : ${{ matrix.cabal }}
50
50
config : |
51
+ # don't cache metadata files based on last access time
52
+ meta-cache: 0
51
53
# see https://github.com/haskell/ghcup-hs/blob/master/data/config.yaml
52
54
# for full documentation
53
55
url-source:
66
68
| cabal | cabal-install version to install | `string ` | `undefined`|
67
69
| stack | Stack version to install | `string ` | `undefined`|
68
70
| hls | HLS version to install | `string ` | `undefined`|
69
- | config | Set ghcup config | `string[]` | `[] ` |
71
+ | config | Set ghcup config | `string[]` | `{"meta-cache" : 0 } ` |
70
72
| stack-hook | Install the GHCup stack hook (GHCs are installed through ghcup) | `boolean` | `false` |
71
73
72
74
# # Outputs
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ inputs:
24
24
description : HLS version to install
25
25
config :
26
26
description : GHCup config (partial or full)
27
+ default : ' {"meta-cache": 0 }'
27
28
28
29
outputs :
29
30
path :
You can’t perform that action at this time.
0 commit comments