Skip to content

Commit 4f7748d

Browse files
committed
Update ci.yml
1 parent b7dc2a9 commit 4f7748d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +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
72+
- run: sudo apt-get install -q libedit-dev
7373
- uses: ruby/setup-ruby@v1
7474
with:
7575
ruby-version: ${{ matrix.ruby-version }}

0 commit comments

Comments
 (0)