Skip to content

Commit

Permalink
add libtool dependency for MacOS CI
Browse files Browse the repository at this point in the history
Signed-off-by: Taiju Yamada <tyamada@bi.a.u-tokyo.ac.jp>
  • Loading branch information
cielavenir authored and pablodelara committed Mar 1, 2024
1 parent 1500db7 commit f36d1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit f36d1ed

Please sign in to comment.