Skip to content

Commit

Permalink
just do the url
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Sep 12, 2024
1 parent 5d914e1 commit 2a4ec49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/install_rust_from_global_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fi

# Install wasi2ic using cargo
echo "Installing wasi2ic version $WASI2IC_VERSION from $WASI2IC_URL"
cargo install --git "$WASI2IC_URL" --rev "$WASI2IC_VERSION" wasi2ic
cargo install --git "$WASI2IC_URL"

# Confirm installation
rustc --version
Expand Down

0 comments on commit 2a4ec49

Please sign in to comment.