From 2e73e06071442c2a04c8672bcc5c556550c75031 Mon Sep 17 00:00:00 2001 From: Valerio Santinelli Date: Mon, 22 Jul 2024 16:47:40 +0200 Subject: [PATCH] Tried adding autoconf for iOS builds --- .github/workflows/ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index d4a00a58..3debef90 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -70,7 +70,7 @@ jobs: cd ../.. - name: Install system dependencies - run: brew install doxygen sphinx-doc graphviz + run: brew install doxygen sphinx-doc graphviz autoconf - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.