Skip to content

Commit

Permalink
fixup! Update .github/workflows/scheduled.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Moisan committed Dec 31, 2024
1 parent f459449 commit 95c583f
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 --direct "$FORMULA" | grep -Fqx subversion; then
if comm -23 <(brew deps --include-implicit --direct "$FORMULA" | sort) <(brew deps --direct "$FORMULA" | sort) | grep -Fqx subversion; then
brew install subversion
fi
Expand Down

0 comments on commit 95c583f

Please sign in to comment.