1
1
mirror of https://github.com/github/semantic.git synced 2024-11-27 12:57:49 +03:00

forgot a dot. fordot.

This commit is contained in:
Patrick Thomson 2019-10-21 17:40:34 -04:00
parent 278f27af5d
commit 407d7a2120

View File

@ -26,7 +26,7 @@ before_install:
- mkdir -p $HOME/.local/bin
- 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 /tmp/hlint-2.2.3/hlint $HOME/.local/bin
- "PATH=/opt/ghc/bin:$HOME/local/bin:$PATH"
- ghc --version
- cabal --version