Skip to content

Commit

Permalink
CI: libsqlite3-dev has to be already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jul 4, 2023
1 parent 7c0507f commit 8c9718f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v3

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

- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ 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 8c9718f

Please sign in to comment.