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 authored and carlocab committed Feb 2, 2025
1 parent cc0da03 commit 4ea47ac
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 4ea47ac

Please sign in to comment.