add cmocka

This commit is contained in:
welcor 2024-06-21 00:35:32 +02:00
parent a3185bf925
commit 1330cb7b18
2 changed files with 11 additions and 5 deletions

View file

@ -15,6 +15,8 @@ jobs:
- uses: actions/checkout@v3
- name: download munit
run: git submodule init && git submodule update
- name: install cmocka
run: sudo apt install -y libcmocka-dev
- name: configure
run: ./configure
- name: build tests