Skip to content

Commit

Permalink
fixup! ci: fix GHC 9.4 support on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Oct 24, 2023
1 parent 75f165a commit 787250d
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 @@ -74,7 +74,7 @@ jobs:
run: |
HOME="${{ (runner.os == 'Windows' && '$(cygpath -m ~)') || '$HOME' }}"
mkdir -p "$STACK_ROOT"
{ cat /etc/config/stack.yaml 2>/dev/null || true;
{ cat /etc/stack/config.yaml 2>/dev/null || true;
echo;
echo "extra-include-dirs:";
echo "- $HOME/.local/include";
Expand Down

0 comments on commit 787250d

Please sign in to comment.