From 4965a1ef9c35c725ab0c2410450359e458af119f Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Wed, 15 Jan 2025 12:38:40 +0000 Subject: [PATCH] actions: Enable examples build option for the GitHub runners Signed-off-by: Naushir Patuck --- .github/workflows/libpisp-build-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/libpisp-build-test.yaml b/.github/workflows/libpisp-build-test.yaml index de0fd7a..5aea32f 100644 --- a/.github/workflows/libpisp-build-test.yaml +++ b/.github/workflows/libpisp-build-test.yaml @@ -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