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