From f36d1ede7816294f84b601dbc51987893dfccffa Mon Sep 17 00:00:00 2001 From: Taiju Yamada Date: Fri, 1 Mar 2024 12:34:05 +0900 Subject: [PATCH] add libtool dependency for MacOS CI Signed-off-by: Taiju Yamada --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0c49f4..694a854 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |