Skip to content

Commit 9d1268f

Browse files
committed
Sqlite in gha
1 parent a423f8c commit 9d1268f

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Install dependencies
37-
run: sudo apt-get install -y libvips sshuttle
37+
run: sudo apt-get install -y libvips sshuttle sqlite3 libsqlite3-dev
3838
- name: Checkout
3939
uses: actions/checkout@v4
4040
- uses: ./.github/actions/setup-terraform
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
steps:
6464
- name: Install dependencies
65-
run: sudo apt-get install -y libvips sshuttle
65+
run: sudo apt-get install -y libvips sshuttle sqlite3 libsqlite3-dev
6666
- name: SSH key
6767
env:
6868
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install Azurite
100100
run: npm install -g azurite
101101
- name: Install dependencies
102-
run: sudo apt-get install -y libvips
102+
run: sudo apt-get install -y libvips sqlite3 libsqlite3-dev
103103
- name: Checkout
104104
uses: actions/checkout@v4
105105
- name: Setup Ruby
@@ -117,7 +117,7 @@ jobs:
117117
runs-on: ubuntu-latest
118118
steps:
119119
- name: Install dependencies
120-
run: sudo apt-get install -y libvips
120+
run: sudo apt-get install -y libvips sqlite3 libsqlite3-dev
121121
- name: Checkout
122122
uses: actions/checkout@v4
123123
- name: Setup ruby

Gemfile.lock

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ GEM
8080
uri (>= 0.13.1)
8181
ast (2.4.2)
8282
base64 (0.2.0)
83+
bcrypt_pbkdf (1.1.1)
8384
bcrypt_pbkdf (1.1.1-arm64-darwin)
8485
benchmark (0.4.0)
8586
bigdecimal (3.1.9)
@@ -95,7 +96,8 @@ GEM
9596
ed25519 (1.3.0)
9697
erb (5.0.1)
9798
erubi (1.13.1)
98-
ffi (1.17.1-arm64-darwin)
99+
ffi (1.17.2-arm64-darwin)
100+
ffi (1.17.2-x86_64-linux-gnu)
99101
globalid (1.2.1)
100102
activesupport (>= 6.1)
101103
i18n (1.14.7)
@@ -142,6 +144,8 @@ GEM
142144
nio4r (2.7.4)
143145
nokogiri (1.18.8-arm64-darwin)
144146
racc (~> 1.4)
147+
nokogiri (1.18.8-x86_64-linux-gnu)
148+
racc (~> 1.4)
145149
parallel (1.24.0)
146150
parser (3.3.1.0)
147151
ast (~> 2.4.1)
@@ -235,10 +239,12 @@ GEM
235239
rubocop-performance
236240
rubocop-rails
237241
ruby-progressbar (1.13.0)
238-
ruby-vips (2.2.1)
242+
ruby-vips (2.2.3)
239243
ffi (~> 1.12)
244+
logger
240245
securerandom (0.4.1)
241246
sqlite3 (2.6.0-arm64-darwin)
247+
sqlite3 (2.6.0-x86_64-linux-gnu)
242248
stringio (3.1.7)
243249
strscan (3.1.0)
244250
thor (1.3.2)

0 commit comments

Comments
 (0)