diff options
| -rw-r--r-- | linux/make_artifacts.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/make_artifacts.sh b/linux/make_artifacts.sh index cda402e2c..41700d409 100644 --- a/linux/make_artifacts.sh +++ b/linux/make_artifacts.sh @@ -23,8 +23,8 @@ ghc --version cabal update cabal clean -cabal test "$CABALOPTS" --ghc-options="$GHCOPTS" all -cabal install "$CABALOPTS" --ghc-options="$GHCOPTS" --install-method=copy --installdir="$ARTIFACTS" pandoc-cli +cabal test $CABALOPTS --ghc-options="$GHCOPTS" all +cabal install $CABALOPTS --ghc-options="$GHCOPTS" --install-method=copy --installdir="$ARTIFACTS" pandoc-cli # Confirm that we have static builds file "$ARTIFACTS/pandoc" | grep "statically linked" |
