Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

cached-cargo-install

Faster cargo install by caching it in github action cache.

Example workflow

name: test
on: push

jobs:
  benchmark:
    runs-on: ubuntu-latest
    steps:
      - name: Install cargo-criterion
        uses: Cryptex-github/cached-cargo-install@main
        with:
          crate-name: cargo-criterion
  
      - name: Run benchmark
        run: cargo criterion

Inputs

Name Required Description
crate-name The name of the crate on crates.io

Licensed under Apache-2.0

About

Faster cargo install by caching it in github action cache.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors