Skip to content

Commit cf56034

Browse files
committed
install libsqlite3-dev in legacy containers
1 parent 49c99d0 commit cf56034

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
@@ -191,6 +191,7 @@ jobs:
191191
RAILS_VERSION: ${{ matrix.env.RAILS_VERSION }}
192192
steps:
193193
- uses: actions/checkout@v3
194+
- run: apt-get install libsqlite3-dev
194195
- run: ${{ matrix.container.pre }}
195196
- run: script/legacy_setup.sh
196197
- run: ${{ matrix.container.post }}

0 commit comments

Comments
 (0)