Skip to content

Call the on_packet function only if it set, if not set behave normally #21

Call the on_packet function only if it set, if not set behave normally

Call the on_packet function only if it set, if not set behave normally #21

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
with:
submodules: recursive
- name: install
run: >
sudo apt-get update && sudo apt-get --no-install-recommends -y install
cmake
- name: build
run: >
mkdir cmake ;
cd cmake ;
cmake .. ;
make