Skip to content

Commit

Permalink
Merge pull request #1330 from dradis/ci/fix-bundle
Browse files Browse the repository at this point in the history
Install sqlite3 before running bundle install in GH actions
  • Loading branch information
aapomm authored Jan 17, 2025
2 parents b9a3c41 + bf0af2c commit d98555d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install sqlite3 dependencies
run: sudo apt-get install libsqlite3-dev
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit d98555d

Please sign in to comment.