Skip to content

Commit 7bf5db0

Browse files
committed
Sqlite in gha
1 parent a423f8c commit 7bf5db0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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

0 commit comments

Comments
 (0)