mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 07:06:41 +00:00
Install tor on any ubuntu version.
This commit is contained in:
parent
62400d29b3
commit
4fd92a915b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -175,7 +175,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Install Tor [Ubuntu]
|
- name: Install Tor [Ubuntu]
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: ${{ contains(matrix.os, 'ubuntu') }}
|
||||||
run: sudo apt install tor
|
run: sudo apt install tor
|
||||||
|
|
||||||
# TODO: See https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3744.
|
# TODO: See https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3744.
|
||||||
|
Loading…
Reference in New Issue
Block a user