Skip to content

Use miidpeer_id instead of shared poitners as we were having problems. #181

Use miidpeer_id instead of shared poitners as we were having problems.

Use miidpeer_id instead of shared poitners as we were having problems. #181

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [master, setup-ci]
pull_request:
branches: [master, setup-ci]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt update && sudo apt install -f -y libfmt-dev libasound2-dev libavahi-core-dev libavahi-client-dev valgrind g++ gcc cmake git
- name: make test
run: make test