Skip to content

Commit 52c0eed

Browse files
committed
try to fix sqlite
1 parent 2dc22e4 commit 52c0eed

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
with:
2424
version: latest
2525

26+
- name: Install system dependencies
27+
run: sudo apt-get update && sudo apt-get install -y python3 make g++
28+
2629
- name: Install dependencies
2730
run: pnpm install --frozen-lockfile
2831

0 commit comments

Comments
 (0)