We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ac56b commit 4142f52Copy full SHA for 4142f52
1 file changed
.github/workflows/CI.yml
@@ -17,11 +17,11 @@ jobs:
17
fetch-depth: 1
18
submodules: true
19
20
- - name: Install macos automake, cmake
+ - name: Install macos cmake, zlib
21
if: ${{ matrix.os == 'macos-latest' }}
22
run: |
23
brew update
24
- brew install automake cmake zlib
+ brew install cmake zlib
25
26
- name: Install ubuntu cmake
27
if: ${{ matrix.os == 'ubuntu-latest' }}
0 commit comments