1
1
mirror of https://github.com/github/semantic.git synced 2024-11-27 03:09:48 +03:00

Wrong path.

This commit is contained in:
Patrick Thomson 2019-10-21 18:24:35 -04:00
parent da2d9eeee1
commit 3e55cace90

View File

@ -27,7 +27,7 @@ before_install:
- curl -L -o /tmp/hlint.tar.gz "https://github.com/ndmitchell/hlint/releases/download/v2.2.3/hlint-2.2.3-x86_64-linux.tar.gz"
- tar -xf /tmp/hlint.tar.gz -C /tmp
- cp /tmp/hlint-2.2.3/hlint $HOME/.local/bin
- cp -r /tmp/hlint-2.2.3/hlint/data $HOME/.local/bin
- cp -r /tmp/hlint-2.2.3/data $HOME/.local/bin
- "PATH=/opt/ghc/bin:$HOME/local/bin:$PATH"
- ghc --version
- cabal --version