Fixed typo in circleci config.
This commit is contained in:
parent
825ca61e60
commit
8b22326b0d
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ commands:
|
|||
ghc --version
|
||||
which ghc
|
||||
echo $PATH
|
||||
dpkg -S ghc--<< parameters.ghcversion >>
|
||||
dpkg -S ghc-<< parameters.ghcversion >>
|
||||
locate ghc-<< parameters.ghcversion >>
|
||||
- run:
|
||||
name: build project
|
||||
|
|
Loading…
Add table
Reference in a new issue