You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This GitHub Action will install a release of a Rust crate for you.
Introduction
This action will work for any project that satisfies the following conditions:
The project is a public GitHub project.
The project uses GitHub releases with semver tag names.
The project attaches assets to the GitHub release that contain a Rust target.
The following targets are looked for:
Arch
Node Platform
Targets
x64
linux
x86_64-unknown-linux-musl or x86_64-unknown-linux-gnu
x64
darwin
x86_64-apple-darwin
x64
win32
x86_64-pc-windows-msvc
arm64
linux
aarch64-unknown-linux-musl or aarch64-unknown-linux-gnu
arm64
darwin
aarch64-apple-darwin
The asset is a .tar.gz or .zip archive that contains a binary with the
project name.
Usage
Examples
In most cases all you will need is to specify repo and the owner/name of the
project in your workflow. For example the following installs the latest version
of mdBook.
If you want a specific version you can specify this by suffixing version to the
input. For example the following installs the latest 0.10.x version of
just.