Explicitly specify cache action sourceforge

This commit is contained in:
pompompopi 2025-05-04 21:54:55 +00:00
parent 9d7e65c320
commit 52066da701
No known key found for this signature in database

View file

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