Skip to content

Commit adfc908

Browse files
committed
rtcheck: Avoid checking
1 parent fc0156d commit adfc908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
key: v7-${{ runner.os }}-${{ env.JUCE_SHA1 }}
118118

119119
- name: Build JUCE example plugins
120-
if: steps.cache-plugins.outputs.cache-hit != 'true'
120+
# if: steps.cache-plugins.outputs.cache-hit != 'true'
121121
working-directory: modules/juce
122122
shell: bash
123123
run: |

0 commit comments

Comments
 (0)