Skip to content

Commit b7dc2a9

Browse files
committed
Update ci.yml
1 parent 3900ffa commit b7dc2a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
for version in $(echo "${{ matrix.build-rails-versions }}" | tr ',' ' '); do
7070
git fetch --depth=1 origin refs/tags/v${version}*:refs/tags/v${version}*
7171
done
72+
- run: sudo apt-get install -q libedit2
7273
- uses: ruby/setup-ruby@v1
7374
with:
7475
ruby-version: ${{ matrix.ruby-version }}

0 commit comments

Comments
 (0)