1716974450
This commit is contained in:
@ -171,3 +171,8 @@ runs:
|
|||||||
echo "CARGO_REGISTRIES_CRATES_IO_PROTOCOL=git" >> $GITHUB_ENV
|
echo "CARGO_REGISTRIES_CRATES_IO_PROTOCOL=git" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
- name: Setup Rust Caching
|
||||||
|
if: inputs.cache == 'true'
|
||||||
|
uses: actions/rust-cache@v2
|
||||||
|
with:
|
||||||
|
workspaces: ${{inputs.cache-workspaces}}
|
||||||
|
Reference in New Issue
Block a user