try to fix mac mono installation

This commit is contained in:
2021-07-20 13:08:15 -06:00
parent f4df52eedb
commit b31cfe43dd

View File

@@ -45,7 +45,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
# mono
- run: brew install mono
- run: brew install mono || brew link --overwrite mono
if: ${{ matrix.os == 'macos-latest' }}
- run: choco install mono
if: ${{ matrix.os == 'windows-latest' }}