Skip to content

Commit d71b758

Browse files
authored
fix lint failing due to sqlite3 missing (#4767)
1 parent 247a620 commit d71b758

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/lint.yml

+6
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@v4
3535

36+
# Install SQLite before asdf to ensure Python is built with SQLite support
37+
- name: Install system dependencies
38+
run: |
39+
sudo apt-get update
40+
sudo apt-get install -y libsqlite3-dev
41+
3642
- name: Set Go Version
3743
shell: bash
3844
run: |

0 commit comments

Comments
 (0)