Skip to content

Commit

Permalink
Merge PR #508
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Jul 29, 2021
2 parents c6bf9c9 + e6f6410 commit 42e46a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
with:
update: true
install: autoconf
# Temporary hack to get around #502 while cabal is fixed.
# remove when cabal fixed.
- if: matrix.os == 'windows-latest'
shell: msys2 {0}
run: echo 'PATH_SEPARATOR=";"' >> $GITHUB_ENV
- if: matrix.os == 'windows-latest'
shell: msys2 {0}
run: autoreconf -i
Expand Down

0 comments on commit 42e46a1

Please sign in to comment.