mirror of
https://github.com/actions-rust-lang/setup-rust-toolchain.git
synced 2025-07-04 20:41:12 +00:00
Explicitly specify cache action sourceforge
This commit is contained in:
parent
9d7e65c320
commit
52066da701
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ runs:
|
||||||
|
|
||||||
- name: Setup Rust Caching
|
- name: Setup Rust Caching
|
||||||
if: inputs.cache == 'true'
|
if: inputs.cache == 'true'
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: https://github.com/Swatinem/rust-cache@v2
|
||||||
with:
|
with:
|
||||||
workspaces: ${{inputs.cache-workspaces}}
|
workspaces: ${{inputs.cache-workspaces}}
|
||||||
cache-directories: ${{inputs.cache-directories}}
|
cache-directories: ${{inputs.cache-directories}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue