Skip to content

Commit b172b20

Browse files
committed
aclocal-1.16 is installed in Ubuntu 20.04
1 parent f6b87d7 commit b172b20

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-20.04
1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Install automake
13-
run: sudo apt-get install automake
1412
- name: Setup Ruby
1513
uses: ruby/[email protected]
1614
with:
17-
ruby-version: 2.5
15+
ruby-version: 2.6
1816
- name: Bundle path
1917
run: |
2018
bundle config path .vendor/bundle

0 commit comments

Comments
 (0)