Install tor on any ubuntu version.

This commit is contained in:
Itamar Turner-Trauring 2022-11-23 09:43:45 -05:00
parent 62400d29b3
commit 4fd92a915b

View File

@ -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.