Skip to content

rust-cargo-make

Actions
Install cargo-make by downloading the executable (faster than cargo install cargo-make, seconds vs minutes)
v1.12.1
Latest
Star (32)

rust-cargo-make action

Install cargo-make by downloading the executable (faster than cargo install cargo-make, seconds vs minutes).

Inputs

version

Optional version of cargo-make to install (eg. "0.22.2", "latest").

Example usage

- 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

Alternatives

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

Install cargo-make by downloading the executable (faster than cargo install cargo-make, seconds vs minutes)
v1.12.1
Latest

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.