diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index dd4ab5709..562f4bfc9 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -81,7 +81,7 @@ jobs: run: ./configure ${{ matrix.configure_args }} --enable-silent-rules - name: configure on macOS if: runner.os == 'macOS' - run: ./configure ${{ matrix.configure_args }} --enable-silent-rules --without-python-binding + run: ./configure ${{ matrix.configure_args }} --enable-silent-rules --without-python-binding --without-lua-binding - name: make run: make -j 4 V=0 --no-print-directory - name: make distcheck