CI: Make additional tooling move to /usr/local/bin verbose
Some checks are pending
/ verify (push) Waiting to run
Some checks are pending
/ verify (push) Waiting to run
This commit is contained in:
parent
bf88f86bce
commit
2ff7a6cf1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue