add libtool dependency for MacOS CI

Signed-off-by: Taiju Yamada <tyamada@bi.a.u-tokyo.ac.jp>
This commit is contained in:
Taiju Yamada 2024-03-01 12:34:05 +09:00 committed by Pablo de Lara
parent 1500db751d
commit f36d1ede78

View File

@ -39,7 +39,7 @@ jobs:
run: sudo apt install ${{ matrix.assembler }}
if: runner.os == 'Linux'
- name: Install build dependencies (Macos)
run: brew install ${{ matrix.assembler }} automake autoconf coreutils
run: brew install ${{ matrix.assembler }} automake autoconf coreutils libtool
if: runner.os == 'macOS'
- name: Build
run: |