Skip to content

Commit

Permalink
update ci needs sqlite devel package too (#3870)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Oct 18, 2024
1 parent 7bf7941 commit 4d47b5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
path: ~/vendor/bundle
key: ${{ runner.os }}-${{ matrix.ruby }}-gems-${{ hashFiles('apps/*/Gemfile.lock') }}

- name: Setup os dependencies
run: |
sudo apt-get update
sudo apt-get install -y libsqlite3-dev
- name: Setup Bundler
run: |
bundle config path ~/vendor/bundle
Expand Down

0 comments on commit 4d47b5d

Please sign in to comment.