Skip to content

Commit 66273a8

Browse files
authored
Update SyntaxKit.yml
1 parent c4f6a35 commit 66273a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/SyntaxKit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
restore-keys: |
123123
${{ runner.os }}-mint-
124124
- name: Install mint
125-
if: steps.cache-mint.outputs.cache-hit != 'true'
125+
if: steps.cache-mint.outputs.cache-hit == ''
126126
run: |
127127
git clone https://github.com/yonaskolb/Mint.git
128128
cd Mint

0 commit comments

Comments
 (0)