Skip to content

Commit f6b87d7

Browse files
committed
Install automake to get missing aclocal
1 parent d0a8f27 commit f6b87d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12+
- name: Install automake
13+
run: sudo apt-get install automake
1214
- name: Setup Ruby
1315
uses: ruby/[email protected]
1416
with:

0 commit comments

Comments
 (0)