Skip to content

Commit 5df38cd

Browse files
committed
WIP
1 parent 21a6d51 commit 5df38cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/check-release-builds/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ runs:
5656
run: |
5757
cabal run ./scripts/check-release-builds.hs \
5858
${{ inputs.hackage-index-state && format('--index-state={0}', inputs.hackage-index-state) }} \
59-
-- ${{ inputs.cabal-files }}
59+
-- ${{ inputs.cli-args }}

scripts/check-release-builds.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ main = do
3434
ghcVersions : cabalFiles
3535
| Just vs <- case ghcVersions of
3636
"Default" -> Just [Default]
37-
"All" -> Just allGhcVersions
38-
_ -> Nothing
37+
"All" -> Just allGhcVersions
38+
_ -> Nothing
3939
-> do
4040
printf "Checking release builds for %s with ghc versions %s...\n" (show cabalFiles) (show $ fmap ghcVersionExecutableName vs)
4141

0 commit comments

Comments
 (0)