Skip to content

Commit

Permalink
install libsqlite3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Jan 9, 2025
1 parent 64e023e commit 77ae477
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
--health-retries=3
steps:
- name: Install dependencies
run: sudo apt-get install -y libsqlite3-dev
- uses: actions/checkout@v4

# Run bundle install and cache the installed gems
Expand Down Expand Up @@ -96,4 +98,4 @@ jobs:
run: |
echo "::group::Version verification checks"
ruby ci/check-version-matches.rb
echo "::endgroup::"
echo "::endgroup::"

0 comments on commit 77ae477

Please sign in to comment.