Skip to content

Commit fdf9175

Browse files
committed
actions: Enable examples build option for the GitHub runners
Signed-off-by: Naushir Patuck <[email protected]>
1 parent cf9c774 commit fdf9175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libpisp-build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: sudo apt install -y libboost-log-dev libboost-thread-dev
3333

3434
- name: Configure meson
35-
run: CXX=${{matrix.compiler}} meson setup build_${{matrix.compiler}}_${{matrix.build_type}} -Dbuildtype=${{matrix.build_type}}
35+
run: CXX=${{matrix.compiler}} meson setup build_${{matrix.compiler}}_${{matrix.build_type}} -Dbuildtype=${{matrix.build_type}} -Dexamples=true
3636
timeout-minutes: 5
3737

3838
- name: Build

0 commit comments

Comments
 (0)