Skip to content

Commit 8c9718f

Browse files
committed
CI: libsqlite3-dev has to be already installed
1 parent 7c0507f commit 8c9718f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/stable.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919

20-
- name: Get sqlite for Rails test projects
21-
run: sudo apt-get install libsqlite3-dev
22-
2320
- name: Setup ruby
2421
uses: ruby/setup-ruby@v1
2522
with:

.github/workflows/unstable.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
run: sudo apt-get -y install openjdk-8-jre-headless
2929
if: matrix.ruby == 'jruby-head'
3030

31-
- name: Get sqlite for Rails test projects
32-
run: sudo apt-get install libsqlite3-dev
33-
3431
- name: Install dependencies
3532
run: |
3633
source $HOME/.rvm/scripts/rvm

0 commit comments

Comments
 (0)