rust-cargo-make
ActionsTags
(2)Install cargo-make
by downloading the executable (faster than
cargo install cargo-make
, seconds vs minutes).
Optional version of cargo-make
to install (eg. "0.22.2"
, "latest"
).
- uses: dtolnay/rust-toolchain@stable
- uses: davidB/rust-cargo-make@v1
- uses: actions/checkout@v1
- name: Run tests
run: cargo make ci-flow
- uses: dtolnay/rust-toolchain@stable
- uses: davidB/rust-cargo-make@v1
with:
version: '0.23.0'
- uses: actions/checkout@v1
- name: Run tests
run: cargo make ci-flow
-
taiki-e/install-action: GitHub Action for installing development tools (mainly from GitHub Releases)., full list of installable tools here
- uses: taiki-e/install-action@v2 with: tool: cargo-make
-
using mise and its GitHub Action to setup rust, cargo-make, and other tools (on local machine & GitHub workflow), partial list of installable tools at asdf-vm/asdf-plugins: Convenience shortname repository for asdf community plugins but there are other alternatives than asdf.
rust-cargo-make is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.
About
Tags
(2)rust-cargo-make is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.