Skip to content

Commit

Permalink
Try using cabal-head
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed Feb 6, 2024
1 parent e34a12a commit 71f7bc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
chmod 0600 ~/.pgpass
echo "${FLORA_DB_HOST}:${FLORA_DB_PORT}:${FLORA_DB_DATABASE}:${FLORA_DB_USER}:${FLORA_DB_PASSWORD}" > .pgpass
cat ~/.pgpass
rm /home/runner/.ghcup/bin/cabal
ghcup install cabal -u https://github.com/haskell/cabal/releases/download/cabal-head/cabal-head-Linux-x86_64.tar.gz head
cabal update
cabal freeze
Expand Down

0 comments on commit 71f7bc9

Please sign in to comment.