mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(solana)
This commit is contained in:
parent
8f02a99d14
commit
d9e9f497ce
|
@ -30,7 +30,7 @@ build:
|
|||
do
|
||||
# sys-tuner removed in v1.16
|
||||
if test -d $x; then
|
||||
cargo install --locked --root {{prefix}} --path $x
|
||||
cargo install --root {{prefix}} --path $x
|
||||
fi
|
||||
done
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue