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:
parent
62d1ed0ca9
commit
16feec525f
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -361,6 +361,10 @@ jobs:
|
|||||||
if: matrix.name == 'tests (online)'
|
if: matrix.name == 'tests (online)'
|
||||||
run: brew install subversion curl
|
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
|
# brew tests doesn't like world writable directories
|
||||||
- name: Cleanup permissions
|
- name: Cleanup permissions
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user