Skip to content

README.adoc: Improve the tarballs link text #130

README.adoc: Improve the tarballs link text

README.adoc: Improve the tarballs link text #130

Workflow file for this run

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