We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Swatinem/rust-cache
1 parent d19d138 commit 8049b0dCopy full SHA for 8049b0d
action.yml
@@ -229,7 +229,7 @@ runs:
229
if: inputs.cache == 'true'
230
uses: Swatinem/rust-cache@v2
231
with:
232
- workspaces: ${{inputs.cache-workspaces}}
+ workspaces: ${{ inputs.cache-workspaces || inputs.rust-src-dir }}
233
cache-directories: ${{inputs.cache-directories}}
234
cache-on-failure: ${{inputs.cache-on-failure}}
235
cache-bin: ${{inputs.cache-bin}}
0 commit comments