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 <robb@thekidds.org>
  • Loading branch information
robbkidd committed Jul 2, 2020
1 parent 9f0b53d commit 066418d
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 066418d

Please sign in to comment.