Try version that Windows uses.

This commit is contained in:
Itamar Turner-Trauring 2022-02-16 09:31:12 -05:00
parent 3a859e3cac
commit 84094b5ca0

View File

@ -176,9 +176,9 @@ jobs:
- name: Install Tor [macOS, ${{ matrix.python-version }} ]
if: ${{ contains(matrix.os, 'macos') }}
run: |
brew extract --version 0.4.2.7 tor homebrew/cask
brew install tor@0.4.2.7
brew link --overwrite tor@0.4.2.7
brew extract --version 0.4.6.9 tor homebrew/cask
brew install tor@0.4.6.9
brew link --overwrite tor@0.4.6.9
- name: Install Tor [Windows]
if: matrix.os == 'windows-latest'