Revert "jackdbus: Stop recurrent wakeups when no save is pending" #142
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build | |
on: | |
push: | |
branches: | |
- '*' | |
pull_request: | |
branches: | |
- '*' | |
jobs: | |
ubuntu_20_04: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
submodules: recursive | |
- name: Build ladi-jack2dbus | |
shell: bash | |
run: | | |
sudo apt-get install libdbus-1-dev | |
make | |
ubuntu_22_04: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
submodules: recursive | |
- name: Build ladi-jack2dbus | |
shell: bash | |
run: | | |
sudo apt-get install libdbus-1-dev | |
make |