Simplify github actions workflow

This commit is contained in:
kpcyrd 2021-06-21 03:02:17 +02:00
parent 0faefb65f2
commit 752a38712a

View File

@ -13,11 +13,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install system dependencies
run: sudo apt-get install gettext python3 libgpgme-dev
- name: Install python dependencies
run: sudo pip3 install .
- name: Build torbrowser-launcher
run: python3 setup.py build
- name: Install torbrowser-launcher
run: sudo python3 setup.py install
run: sudo pip3 install .
- name: Test torbrowser-launcher install
run: torbrowser-launcher -h