Skip to content

Commit

Permalink
Remove CI workaround for cabal bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Oct 8, 2021
1 parent f2254a1 commit 71f7ef1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/haskell.yml
Expand Up @@ -63,11 +63,6 @@ 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 71f7ef1

Please sign in to comment.