mirror of
https://github.com/github/semantic.git
synced 2024-11-27 12:57:49 +03:00
output wasn't shaped right
This commit is contained in:
parent
65853549c1
commit
278f27af5d
@ -25,7 +25,8 @@ matrix:
|
|||||||
before_install:
|
before_install:
|
||||||
- mkdir -p $HOME/.local/bin
|
- 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"
|
- 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 $HOME/.local/bin
|
- tar -xf /tmp/hlint.tar.gz -C /tmp
|
||||||
|
- cp /tmp/hlint-2.2.3/hlint $HOME/local/bin
|
||||||
- "PATH=/opt/ghc/bin:$HOME/local/bin:$PATH"
|
- "PATH=/opt/ghc/bin:$HOME/local/bin:$PATH"
|
||||||
- ghc --version
|
- ghc --version
|
||||||
- cabal --version
|
- cabal --version
|
||||||
|
Loading…
Reference in New Issue
Block a user