Skip to content

Commit

Permalink
Tried adding autoconf for iOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tanis2000 committed Jul 22, 2024
1 parent 7f34e45 commit 2e73e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2e73e06

Please sign in to comment.