Skip to content

Commit d7a68f9

Browse files
committed
Fix rust cache condition
1 parent ac93817 commit d7a68f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ runs:
9797

9898
- name: Set up cargo cache
9999
uses: actions/cache@v4
100+
if: inputs.rust-toolchain != ''
100101
continue-on-error: false
101102
with:
102103
path: |

0 commit comments

Comments
 (0)