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 9e2eacd commit bfbc1d3Copy full SHA for bfbc1d3
src/HaskellCI/GitHub.hs
@@ -314,7 +314,8 @@ makeGitHub _argv config@Config {..} gitconfig prj jobs@JobVersions {..} = do
314
[ ("key", intercalate "-" [
315
ghWrapExpr "runner.os"
316
, ghWrapExpr "matrix.compiler"
317
- , "tools", toolsConfigHash
+ , "tools"
318
+ , toolsConfigHash
319
])
320
, ("path", "~/.haskell-ci-tools")
321
]
@@ -461,8 +462,8 @@ makeGitHub _argv config@Config {..} gitconfig prj jobs@JobVersions {..} = do
461
462
, ("restore-keys", intercalate "-" [
463
464
- , ""
465
- ]) -- Includes a trailing dash
+ , "" -- Includes a trailing dash
466
+ ])
467
, ("path", "~/.cabal/store")
468
469
0 commit comments