ci : disable examples for python job

This commit is contained in:
Georgi Gerganov
2021-01-23 13:19:37 +02:00
parent 0bb455041e
commit 342150b356

View File

@@ -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: |