From 623ff17f61e227d461fca524c60a331c9a897672 Mon Sep 17 00:00:00 2001 From: Daniele Forsi IU5HKX Date: Mon, 30 Jun 2025 23:42:10 +0200 Subject: [PATCH] Build all language bindings --- .github/workflows/c-cpp.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index d635fb592..3988d64e0 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -22,6 +22,7 @@ jobs: sudo apt install libgpiod-dev sudo apt install grep sudo apt install python3-dev python3-pytest + sudo apt install lua5.4 liblua5.4-dev libperl-dev tcl-dev - name: Install dependencies on macOS if: runner.os == 'macOS' run: | @@ -40,7 +41,7 @@ jobs: run: grep README Makefile.am - name: configure if: runner.os != 'macOS' - run: ./configure --with-python-binding + run: ./configure --with-lua-binding --with-perl-binding --with-python-binding --with-tcl-binding - name: configure on macOS if: runner.os == 'macOS' run: ./configure --without-python-binding