Skip to content

Commit

Permalink
ci: unskip msys2 from stack
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Oct 23, 2023
1 parent 87c09e2 commit 2b833c6
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 @@ -68,10 +68,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Configure MSYS2 in Stack (Windows)
- name: Configure Haskell paths in MSYS2 (Windows)
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")"
echo "HASKELL_PATHS=$HASKELL_PATHS" >> "$GITHUB_ENV"
env:
Expand Down

0 comments on commit 2b833c6

Please sign in to comment.