Skip to content

Add support of set_config #93

Add support of set_config

Add support of set_config #93

Workflow file for this run

name: Build example
on:
push:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
with:
submodules: true
- name: make example
run: make
working-directory: example
- name: make proto example
run: make
working-directory: example/linux/proto-api
- name: make test
run: make
working-directory: test