Skip to content

Commit

Permalink
ci: retain haskell paths
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Oct 23, 2023
1 parent 39c6e71 commit 41d9140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: runner.os == 'Windows'
run: |
echo 'skip-msys: true' >> stack.yaml
HASKELL_PATHS="$(cygpath -u "GHC_PATH"):$(cygpath -u "CABAL_PATH"):$(cygpath -u "STACK_PATH")"
HASKELL_PATHS="$(cygpath -u "$GHC_PATH"):$(cygpath -u "$CABAL_PATH"):$(cygpath -u "$STACK_PATH")"
echo "HASKELL_PATHS=$HASKELL_PATHS" >> "$GITHUB_ENV"
env:
GHC_PATH: ${{ steps.stack.outputs.ghc-path }}
Expand Down

0 comments on commit 41d9140

Please sign in to comment.