Merge pull request #12406 from EricFromCanada/subversion-tests

tests.yml: resume preinstalling subversion
This commit is contained in:
Mike McQuaid 2021-11-10 09:18:25 +00:00 committed by GitHub
commit 7477cc250d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -305,6 +305,10 @@ jobs:
- name: Install brew tests dependencies - name: Install brew tests dependencies
run: | run: |
brew install subversion
brew sh -c "svn --homebrew=print-path"
which svn
which svnadmin
brew install curl brew install curl
which curl which curl