diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a67bcec8..00ff6954 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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' }}