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 49c99d0 commit cf56034Copy full SHA for cf56034
.github/workflows/ci.yml
@@ -191,6 +191,7 @@ jobs:
191
RAILS_VERSION: ${{ matrix.env.RAILS_VERSION }}
192
steps:
193
- uses: actions/checkout@v3
194
+ - run: apt-get install libsqlite3-dev
195
- run: ${{ matrix.container.pre }}
196
- run: script/legacy_setup.sh
197
- run: ${{ matrix.container.post }}
0 commit comments