Skip to content
Snippets Groups Projects
Unverified Commit 5baa8db6 authored by Andrey Mokhov's avatar Andrey Mokhov Committed by GitHub
Browse files

Fix AppVeyor cache failure (#456)

parent 94dbe9d7
No related merge requests found
......@@ -17,8 +17,8 @@ install:
- git clone --recursive git://git.haskell.org/ghc.git
# GHC comes with an older version of Hadrian, so we delete it
- rm -rf ghc\hadrian
# Move new Hadrian into ./ghc/hadrian
- mv new-hadrian ghc\hadrian
# Copy new Hadrian into ./ghc/hadrian
- cp -r new-hadrian ghc\hadrian
# Install Alex and Happy
- set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment