mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 09:23:50 +01:00
add libtool dependency for MacOS CI
Signed-off-by: Taiju Yamada <tyamada@bi.a.u-tokyo.ac.jp>
This commit is contained in:
parent
1500db751d
commit
f36d1ede78
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user