Compare commits

..

No commits in common. "guilhem/forge" and "main" have entirely different histories.

View file

@ -208,7 +208,7 @@ runs:
- name: Setup Rust Caching - name: Setup Rust Caching
if: inputs.cache == 'true' if: inputs.cache == 'true'
uses: https://github.com/Swatinem/rust-cache@v2 uses: Swatinem/rust-cache@v2
with: with:
workspaces: ${{inputs.cache-workspaces}} workspaces: ${{inputs.cache-workspaces}}
cache-directories: ${{inputs.cache-directories}} cache-directories: ${{inputs.cache-directories}}