Skip to content

Commit

Permalink
Update .github/workflows/scheduled.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Ruoyu Zhong <[email protected]>
  • Loading branch information
Moisan and ZhongRuoyu authored Dec 31, 2024
1 parent 2f8e89b commit f459449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Install Homebrew subversion if needed for downloading sources
run: |
if brew deps --include-implicit -1 $FORMULA | grep -q subversion; then
if brew deps --include-implicit --direct "$FORMULA" | grep -Fqx subversion; then
brew install subversion
fi
Expand Down

0 comments on commit f459449

Please sign in to comment.