Skip to content

Commit

Permalink
add additional sanity checks to release builder
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlarsen committed Oct 18, 2023
1 parent 4f22414 commit 79b9a9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/create-release.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ elif [[ $PLATFORM == 'macos' ]]; then
else
fatal "unknown platform $PLATFORM"
fi
ensure_has_program cmake
ensure_has_program make
ensure_has_program sha256sum

banner "Build configuration"
Expand Down

0 comments on commit 79b9a9e

Please sign in to comment.