Skip to content

Commit cc0da03

Browse files
MoisanZhongRuoyu
authored andcommitted
Update .github/workflows/scheduled.yml
Co-authored-by: Ruoyu Zhong <[email protected]>
1 parent 13ac38a commit cc0da03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
127127
- name: Install Homebrew subversion if needed for downloading sources
128128
run: |
129-
if brew deps --include-implicit -1 $FORMULA | grep -q subversion; then
129+
if brew deps --include-implicit --direct "$FORMULA" | grep -Fqx subversion; then
130130
brew install subversion
131131
fi
132132

0 commit comments

Comments
 (0)