Generate pacman builds using Github workflows (#81)

* Show "Tidal Hifi" as application name for notify-send

Set the 'app-name' variable for notify-send under Linux

* Generate pacman builds using Github workflows
Previous builds failed due to missing build dependencies when building the package using the Github workflow Linux environment
This commit is contained in:
Kevin Yuan
2021-12-08 17:35:39 +00:00
committed by GitHub
parent 662ef6ad7b
commit c940d0991d
3 changed files with 5 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ jobs:
build_on_linux:
runs-on: ubuntu-latest
steps:
- name: Install libarchive-tools
run: sudo apt-get install -y libarchive-tools
- uses: actions/checkout@master
- uses: actions/setup-node@master
with: