Skip to content

Latest commit

 

History

History

buildjet-cache-crate

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Cache crate dependencies using BuildJet

Cache all folders related to the given folder using buildjet/cache. This includes Rust global folders and its target folder.

- uses: nifty-oss/actions/buildjet-cache-crate@v1
  with:
    folder: ./programs/asset
    key: program-asset
  • Inputs:
    • folder: Path to the folder containing the crate (without trailing slash). Required.
    • key: A unique key prefix for the cache identifying the crate. Required.