Skip to content

Commit

Permalink
install sqlite3 for GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Robb Kidd <[email protected]>
  • Loading branch information
robbkidd committed Jul 21, 2020
1 parent 079df49 commit 1395dee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
name: Lint & Test with Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v2
- name: Install Prerequisites
run: |
sudo apt-get install libsqlite3-dev
- uses: actions/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 1395dee

Please sign in to comment.