mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
Try version that Windows uses.
This commit is contained in:
parent
3a859e3cac
commit
84094b5ca0
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user