Skip to content

Commit

Permalink
Fix cargo-hack install
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha-tango-kilo committed Nov 10, 2023
1 parent 0c5f319 commit 1bd8dab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .woodpecker/install_cargo_hack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
# Get host target
host=$(rustc -Vv | grep host | sed 's/host: //')
# Download binary and install to $HOME/.cargo/bin
mkdir -p "$HOME/.cargo/bin"
curl --proto '=https' --tlsv1.2 -fsSL https://github.com/taiki-e/cargo-hack/releases/latest/download/cargo-hack-$host.tar.gz | tar xzf - -C "$HOME/.cargo/bin"

0 comments on commit 1bd8dab

Please sign in to comment.