mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
Try a version that matches Ubuntu's.
This commit is contained in:
parent
510102dab1
commit
3a859e3cac
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -170,10 +170,15 @@ jobs:
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: sudo apt install tor
|
||||
|
||||
# TODO: See https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3744.
|
||||
# We have to use an older version of Tor for running integration
|
||||
# tests on macOS.
|
||||
- name: Install Tor [macOS, ${{ matrix.python-version }} ]
|
||||
if: ${{ contains(matrix.os, 'macos') }}
|
||||
run: |
|
||||
brew install tor
|
||||
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
|
||||
|
||||
- name: Install Tor [Windows]
|
||||
if: matrix.os == 'windows-latest'
|
||||
|
Loading…
Reference in New Issue
Block a user