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