diff options
| author | John MacFarlane <[email protected]> | 2023-03-12 12:25:22 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-12 12:25:22 -0700 |
| commit | 5033687724bad11cac7b22b8346bcaa635819725 (patch) | |
| tree | 8b1cdec0ef31bf0d32f20edf7635cc19daf057c4 /macos/make_macos_release.sh | |
| parent | fcb8f070773200dedfa97384f6c6a8b6a5ad6128 (diff) | |
More cirrus tweaks.
Ensure that the binary is built again even if it exists in the cache.
Diffstat (limited to 'macos/make_macos_release.sh')
| -rw-r--r-- | macos/make_macos_release.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/macos/make_macos_release.sh b/macos/make_macos_release.sh index 7926de19f..22f887fff 100644 --- a/macos/make_macos_release.sh +++ b/macos/make_macos_release.sh @@ -9,8 +9,9 @@ ME=$(whoami) # Build the pandoc binary and put it in . cabal update -cabal install pandoc-cli -fembed_data_files -fserver -flua --installdir=. \ - --install-method=copy --overwrite-policy=always +cabal install pandoc-cli --reinstall \ + -fembed_data_files -fserver -flua \ + --installdir=. --install-method=copy --overwrite-policy=always echo "Built executable..." # Create directories |
