Skip to content

Commit

Permalink
give github actions sqlite3 for hopefully a good install
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Feb 24, 2020
1 parent a459bcb commit ac5f6ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}

- name: Get sqlite for Rails test projects
run: sudo apt-get install libsqlite3-dev

- name: Install bundler
run: gem i bundler

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
run: sudo apt-get -y install openjdk-8-jre-headless
if: matrix.ruby == 'jruby-head'

- name: Get sqlite for Rails test projects
run: sudo apt-get install libsqlite3-dev

- name: Install dependencies
run: |
source $HOME/.rvm/scripts/rvm
Expand Down

0 comments on commit ac5f6ee

Please sign in to comment.