mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +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:
|
||||
|
||||
- name: Install Tor [Ubuntu]
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
if: ${{ contains(matrix.os, 'ubuntu') }}
|
||||
run: sudo apt install tor
|
||||
|
||||
# TODO: See https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3744.
|
||||
|
Loading…
Reference in New Issue
Block a user