kopia lustrzana https://github.com/Hamlib/Hamlib
Temporarily disable building Lua bindings on macOS
rodzic
419cb02dd5
commit
585d23ae5b
|
@ -81,7 +81,7 @@ jobs:
|
||||||
run: ./configure ${{ matrix.configure_args }} --enable-silent-rules
|
run: ./configure ${{ matrix.configure_args }} --enable-silent-rules
|
||||||
- name: configure on macOS
|
- name: configure on macOS
|
||||||
if: runner.os == '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
|
- name: make
|
||||||
run: make -j 4 V=0 --no-print-directory
|
run: make -j 4 V=0 --no-print-directory
|
||||||
- name: make distcheck
|
- name: make distcheck
|
||||||
|
|
Ładowanie…
Reference in New Issue