Skip to content

Commit

Permalink
workflow update from gha-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwebb76 committed Dec 10, 2024
1 parent aecbad9 commit 34efec6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:
build-summary: $CABAL_DIR/logs/build.log
store-dir: $CABAL_DIR/store
install-dirs user
prefix: $CABAL_DIR
prefix: $CABAL_DIR
repository hackage.haskell.org
url: http://hackage.haskell.org/
url: http://hackage.haskell.org/
EOF
cat >> $CABAL_CONFIG <<EOF
program-default-options
ghc-options: $GHCJOBS +RTS -M3G -RTS
ghc-options: $GHCJOBS +RTS -M3G -RTS
EOF
cat $CABAL_CONFIG
- name: versions
Expand Down

0 comments on commit 34efec6

Please sign in to comment.