Skip to content

Fixed the crashing of acf-can-listener when receiving other ACF packe… #98

Fixed the crashing of acf-can-listener when receiving other ACF packe…

Fixed the crashing of acf-can-listener when receiving other ACF packe… #98

Workflow file for this run

name: Build Open1722
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt update && sudo apt install -y meson libcmocka0 libcmocka-dev lcov
- name: Run build_all.sh script
run: ./build_all.sh
- name: Run test_all.sh
run: ./test_all.sh