Skip to content

Conversation

@tmccombs
Copy link
Collaborator

Removes a dependency on an action repo.

This works similarly to how ripgrep currently installs cross.

run: |
dir="$HOME/.local/bin/"
mkdir -p "$dir"
cd "$dir"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could use tar -C

mkdir -p "$dir"
cd "$dir"
gh release download --repo cross-rs/cross \
--pattern "${package_name}" -o - "${cross_version}" \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to be -O I think

Removes a dependency on an action repo.

This works similarly to how ripgrep currently installs cross.
@tmccombs tmccombs merged commit 491baaa into sharkdp:master Nov 11, 2025
18 checks passed
@tmccombs tmccombs deleted the cross-install branch November 11, 2025 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants