1716974450

This commit is contained in:
Eugene Lozovoy
2024-05-29 12:20:50 +03:00
parent e30ac2d0c3
commit 3894890862

View File

@ -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}}