Fix syntax of cabal v2-install.
This commit is contained in:
parent
e367656de8
commit
2e50e7bf25
1 changed files with 1 additions and 1 deletions
2
.github/workflows/haskell.yml
vendored
2
.github/workflows/haskell.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
run: |
|
||||
export PATH=/opt/cabal/bin:/opt/ghc/bin:$PATH
|
||||
mkdir -p ./bin
|
||||
cabal v2-install --bindir=./bin
|
||||
cabal v2-install --bindir=./bin exe:pandoc
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: pandoc-linux
|
||||
|
|
Loading…
Add table
Reference in a new issue