fix(solana.com)

This commit is contained in:
Jacob Heider 2023-05-31 13:46:02 -04:00
parent bd4d0ef03e
commit 4d38b726fe
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -28,7 +28,10 @@ build:
tokens \
watchtower
do
cargo install --locked --root {{prefix}} --path $x
# sys-tuner removed in v1.16
if test -d $x; then
cargo install --locked --root {{prefix}} --path $x
fi
done
env:
# TODO this should be fixed in brewkit