We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5564389 commit b18dde4Copy full SHA for b18dde4
1 file changed
.github/workflows/test.yml
@@ -23,13 +23,8 @@ jobs:
23
with:
24
version: latest
25
26
- - name: Install system dependencies
27
- run: sudo apt-get update && sudo apt-get install -y python3 make g++
28
-
29
- name: Install dependencies
30
run: |
31
- # Clear pnpm store to ensure fresh builds
32
- pnpm store prune
33
pnpm install --frozen-lockfile --force
34
35
- name: Rebuild better-sqlite3
0 commit comments