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 b7dc2a9 commit 4f7748dCopy full SHA for 4f7748d
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
for version in $(echo "${{ matrix.build-rails-versions }}" | tr ',' ' '); do
70
git fetch --depth=1 origin refs/tags/v${version}*:refs/tags/v${version}*
71
done
72
- - run: sudo apt-get install -q libedit2
+ - run: sudo apt-get install -q libedit-dev
73
- uses: ruby/setup-ruby@v1
74
with:
75
ruby-version: ${{ matrix.ruby-version }}
0 commit comments