Install missing libtool package on macos-14

This commit is contained in:
David Hummel 2024-04-26 13:16:47 -07:00
parent 8afed63683
commit e18643ed08

View file

@ -88,6 +88,11 @@ jobs:
run: |
echo "PRESET=$(echo "${{ runner.os }}" | perl -ne "print lc")-ci" >> ${GITHUB_ENV}
- name: Ensure libtool is installed on macOS
shell: bash
run: brew install libtool
if: runner.os == 'macOS'
- name: Configure CMake
shell: bash
run: |