Skip to content

Commit

Permalink
Add cabal update and clean to make_artifacts.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Aug 31, 2023
1 parent ccf72dd commit 104b3ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linux/make_artifacts.sh
@@ -1,6 +1,8 @@
#!/bin/bash
set -e

cabal update
cabal clean
cabal build $CABALOPTS --ghc-options="$GHCOPTS" pandoc-cli
BINPATH=$(cabal list-bin $CABALOPTS --ghc-options="$GHCOPTS" pandoc-cli)
echo "Built executable: $BINPATH"
Expand Down

0 comments on commit 104b3ba

Please sign in to comment.