From 342150b3569e22c985d9d70375c1afe2ec7dfa8e Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sat, 23 Jan 2021 13:19:37 +0200 Subject: [PATCH] ci : disable examples for python job --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ff32dd..63eb2a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: sudo apt-get install cmake; - name: Configure - run: cmake . -DGGWAVE_SUPPORT_PYTHON=ON -DCMAKE_BUILD_TYPE=${{ matrix.build }} + run: cmake . -DGGWAVE_SUPPORT_PYTHON=ON -DGGWAVE_BUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=${{ matrix.build }} - name: Build run: |