Skip to content

Commit cfb3fb2

Browse files
committed
Add build step
1 parent 1b3fba0 commit cfb3fb2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/analysis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ jobs:
4747
-DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX \
4848
-DBUILD_TESTS=ON \
4949
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
50-
#-DFETCH_DEPENDENCIES_WITH_CMAKE=MISSING
50+
51+
# Build sparrow-ipc to have the generated flatbuffers files available
52+
- name: Build sparrow-ipc
53+
working-directory: build
54+
run: cmake --build . --target sparrow-ipc
5155

5256
# Run Clang-Tidy and Clang-Format Analysis
5357
- name: Run C++ analysis

0 commit comments

Comments
 (0)