Skip to content

Fix bug: failure to convert to json string #14

Fix bug: failure to convert to json string

Fix bug: failure to convert to json string #14

name: build-and-test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
name: build-and-test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install depends
run: sudo apt-get -y install bash make cmake
- name: Build and test
run: bash ./build.sh