We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ac38a commit cc0da03Copy full SHA for cc0da03
.github/workflows/scheduled.yml
@@ -126,7 +126,7 @@ jobs:
126
127
- name: Install Homebrew subversion if needed for downloading sources
128
run: |
129
- if brew deps --include-implicit -1 $FORMULA | grep -q subversion; then
+ if brew deps --include-implicit --direct "$FORMULA" | grep -Fqx subversion; then
130
brew install subversion
131
fi
132
0 commit comments