mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-25 06:40:03 +00:00
Use known-working versions for tests (#900)
This commit is contained in:
parent
5f1d5ce559
commit
e89b8e2463
5 changed files with 10 additions and 10 deletions
|
@ -14,19 +14,19 @@ cp "./$1" "$CARGO_HOME/bin"
|
|||
# now we're running the CARGO_HOME/bin/cargo-binstall (via cargo):
|
||||
|
||||
# self update replacing no-symlinks with no-symlinks
|
||||
cargo binstall --no-confirm --no-symlinks --force cargo-binstall
|
||||
cargo binstall --no-confirm --no-symlinks --force cargo-binstall@0.20.1
|
||||
|
||||
# self update replacing no-symlinks with symlinks
|
||||
cp "./$1" "$CARGO_HOME/bin"
|
||||
|
||||
cargo binstall --no-confirm --force cargo-binstall
|
||||
cargo binstall --no-confirm --force cargo-binstall@0.20.1
|
||||
|
||||
# self update replacing symlinks with symlinks
|
||||
ln -snf "$(pwd)/cargo-binstall" "$CARGO_HOME/bin/cargo-binstall"
|
||||
|
||||
cargo binstall --no-confirm --force cargo-binstall
|
||||
cargo binstall --no-confirm --force cargo-binstall@0.20.1
|
||||
|
||||
# self update replacing symlinks with no-symlinks
|
||||
ln -snf "$(pwd)/cargo-binstall" "$CARGO_HOME/bin/cargo-binstall"
|
||||
|
||||
cargo binstall --no-confirm --force --no-symlinks cargo-binstall
|
||||
cargo binstall --no-confirm --force --no-symlinks cargo-binstall@0.20.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue