Skip to content

Commit

Permalink
install automake on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jcar87 committed Nov 17, 2023
1 parent 74d7680 commit 6d54daa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake_conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
uses: actions/[email protected]
with:
python-version: "3.10"
- name: Install autotools on macOS
run: brew install automake
if: ${{ matrix.os == 'macos-13' }}
- name: Install Conan
run: pip install conan pytest && conan --version
- name: Setup CMake and Ninja
Expand Down

0 comments on commit 6d54daa

Please sign in to comment.