Skip to content

Commit 6bec918

Browse files
committed
build flatbuffers compiler in actions
1 parent cb2f3b6 commit 6bec918

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build_test_firmware.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ jobs:
3737

3838
- name: Install linux dependencies
3939
run: |
40-
sudo apt install -y ninja-build
40+
sudo apt install -y ninja-build
41+
42+
- name: Build and install flatbuffer compiler
43+
run: |
44+
cd firmware/lib/flatbuffers && cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -GNinja && cmake --build build
4145
4246
- name: Build and test
4347
run: cd firmware && make configure && make all

0 commit comments

Comments
 (0)