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: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
# mono # mono
- run: brew install mono - run: brew install mono || brew link --overwrite mono
if: ${{ matrix.os == 'macos-latest' }} if: ${{ matrix.os == 'macos-latest' }}
- run: choco install mono - run: choco install mono
if: ${{ matrix.os == 'windows-latest' }} if: ${{ matrix.os == 'windows-latest' }}