Skip to content

Update change log for version 1.11. #162

Update change log for version 1.11.

Update change log for version 1.11. #162

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install packages
run: sudo apt-get -y install libbsd-dev pkgconf
- name: Checkout sources
uses: actions/checkout@v4
- name: Make build
run: make
- name: Make test
run: make test
- name: Make install
run: sudo make install