with bin install

This commit is contained in:
2022-12-18 21:06:42 +01:00
parent 07a2143d50
commit 64f853d025

View File

@@ -134,7 +134,7 @@ jobs:
# Custom install command for your formula.
# Required - string.
#install: 'bin.install "src/my-script.sh" => "my-script"'
install: 'bin.install "toolkit" => "toolkit"'
# Custom test command for your formula so you can run `brew test`.
# Optional - string.