Skip to content

Commit

Permalink
actions: Enable examples build option for the GitHub runners
Browse files Browse the repository at this point in the history
Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
  • Loading branch information
naushir committed Jan 15, 2025
1 parent e03281d commit ae8e876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libpisp-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: sudo apt install -y libboost-log-dev libboost-thread-dev

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

- name: Build
Expand Down

0 comments on commit ae8e876

Please sign in to comment.