Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo committed Jul 19, 2024
1 parent 9e2eacd commit bfbc1d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/HaskellCI/GitHub.hs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ makeGitHub _argv config@Config {..} gitconfig prj jobs@JobVersions {..} = do
[ ("key", intercalate "-" [
ghWrapExpr "runner.os"
, ghWrapExpr "matrix.compiler"
, "tools", toolsConfigHash
, "tools"
, toolsConfigHash
])
, ("path", "~/.haskell-ci-tools")
]
Expand Down Expand Up @@ -461,8 +462,8 @@ makeGitHub _argv config@Config {..} gitconfig prj jobs@JobVersions {..} = do
, ("restore-keys", intercalate "-" [
ghWrapExpr "runner.os"
, ghWrapExpr "matrix.compiler"
, ""
]) -- Includes a trailing dash
, "" -- Includes a trailing dash
])
, ("path", "~/.cabal/store")
]

Expand Down

0 comments on commit bfbc1d3

Please sign in to comment.