diff --git a/action.yml b/action.yml index 338aa4b..2ed335e 100644 --- a/action.yml +++ b/action.yml @@ -171,3 +171,8 @@ runs: echo "CARGO_REGISTRIES_CRATES_IO_PROTOCOL=git" >> $GITHUB_ENV fi + - name: Setup Rust Caching + if: inputs.cache == 'true' + uses: actions/rust-cache@v2 + with: + workspaces: ${{inputs.cache-workspaces}}