CI: Make additional tooling move to /usr/local/bin verbose
Some checks are pending
/ verify (push) Waiting to run

This commit is contained in:
Juno Takano 2026-02-25 01:48:00 -03:00
commit 2ff7a6cf1b

View file

@ -26,7 +26,7 @@ fetch() {
sha256sum --check /tmp/digest
tar xf "/tmp/$filename" -C /tmp/tools
find /tmp/tools -type f -executable -name "$binary" \
-exec mv '{}' /usr/local/bin ';'
-exec mv -v '{}' /usr/local/bin ';'
}
fetch casey/just "$JUST_VERSION" \