Skip to content

Commit

Permalink
Put ghc-dir in path
Browse files Browse the repository at this point in the history
  • Loading branch information
knothed committed Jul 22, 2021
1 parent 1282164 commit 1ad42c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ jobs:
echo "CABAL_CONFIG=$HOME/.cabal/config" >> "$GITHUB_ENV"
HCDIR=/opt/$HCKIND/$HCVER
HC=$HCDIR/bin/$HCKIND
ghc=$HC
echo "HC=$HC" >> "$GITHUB_ENV"
echo "$HCDIR/bin" >> "$GITHUB_PATH"
echo "HCPKG=$HCDIR/bin/$HCKIND-pkg" >> "$GITHUB_ENV"
echo "HADDOCK=$HCDIR/bin/haddock" >> "$GITHUB_ENV"
echo "CABAL=/opt/cabal/3.4/bin/cabal -vnormal+nowrap" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 1ad42c1

Please sign in to comment.