tests: install Subversion for macOS.

Some tests need this and warn without and it's not installed by
default these days.
This commit is contained in:
Mike McQuaid 2023-08-10 15:46:39 +01:00
parent 62d1ed0ca9
commit 16feec525f
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -361,6 +361,10 @@ jobs:
if: matrix.name == 'tests (online)'
run: brew install subversion curl
- name: Install brew tests macOS dependencies
if: runner.os != 'Linux'
run: brew install subversion
# brew tests doesn't like world writable directories
- name: Cleanup permissions
if: runner.os == 'Linux'