Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Install xargo if a new version is available #6882

Merged
merged 1 commit into from
Nov 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion sdk/bpf/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ download() {
}

# Install or upgrade xargo
cargo +nightly install xargo -Z install-upgrade
cargo install cargo-update
cargo install-update -i xargo
xargo --version > xargo.md 2>&1

# Install Criterion
Expand Down