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 6fce4aa commit 565a679Copy full SHA for 565a679
.github/workflows/test.yml
@@ -62,7 +62,7 @@ jobs:
62
rm.exe "C:/WINDOWS/system32/bash.EXE"
63
- name: Install Automake
64
if: matrix.os == 'macOS-latest'
65
- run: brew install automake
+ run: brew install automake libtool
66
- name: Install Automake (windows)
67
if: matrix.os == 'windows-latest'
68
uses: msys2/setup-msys2@v2
0 commit comments