Skip to content

Commit

Permalink
Attempt to fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
rumblesan committed Jun 22, 2020
1 parent 7c74825 commit 17ae80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
- set PATH=C:\projects\improviz\dist\improviz-win;%PATH%

- curl -sS -ostack.zip -L --insecure https://get.haskellstack.org/stable/windows-i386.zip
- curl -sS -ostack.zip -L --insecure https://get.haskellstack.org/stable/windows-x86_64.zip
- 7z x stack.zip stack.exe

before_build:
Expand Down

0 comments on commit 17ae80d

Please sign in to comment.