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 15e3139 commit b128d11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,8 @@ jobs:
"$SKIP_MSYS" && echo "skip-msys: true" || true
} >> "$STACK_ROOT/config.yaml"
cat "$STACK_ROOT/config.yaml"
echo "STACK_CONFIG=${STACK_ROOT/#\~/$HOME}/config.yaml" >> "$GITHUB_ENV"
env:
STACK_ROOT: ${{ steps.stack.outputs.stack-root || '~/.stack' }}
STACK_ROOT: ${{ steps.stack.outputs.stack-root || '/etc/stack' }}
EXTRA_INCLUDE_WIN: ${{ (runner.os == 'Windows' && '- C:/msys64/clang64/include') || '' }}
EXTRA_LIB_WIN: ${{ (runner.os == 'Windows' && '- C:/msys64/clang64/lib') || '' }}
REPLACE_LINKER_WIN: ${{ (runner.os == 'Windows' && 'true') || 'false' }}
Expand Down

0 comments on commit b128d11

Please sign in to comment.