Skip to content

Commit 4142f52

Browse files
committed
CI: fix automake warning
1 parent d0ac56b commit 4142f52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
fetch-depth: 1
1818
submodules: true
1919

20-
- name: Install macos automake, cmake
20+
- name: Install macos cmake, zlib
2121
if: ${{ matrix.os == 'macos-latest' }}
2222
run: |
2323
brew update
24-
brew install automake cmake zlib
24+
brew install cmake zlib
2525
2626
- name: Install ubuntu cmake
2727
if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)