From 419cb02dd5998c937fb6df3bd180b3d6c3dce00c Mon Sep 17 00:00:00 2001 From: Daniele Forsi IU5HKX Date: Sat, 5 Jul 2025 11:51:49 +0200 Subject: [PATCH] Install Lua for macOS in the CI Install the latest version available. --- .github/workflows/c-cpp.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 6c1f89991..dd4ab5709 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -65,6 +65,7 @@ jobs: brew install automake brew install libtool brew install grep + brew install lua brew install tcl-tk - name: bootstrap run: ./bootstrap