Use lfs for DB

This commit is contained in:
Simon Cozens 2025-04-01 09:11:41 +01:00
parent c1192f5589
commit 86a6633e79
2 changed files with 2 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1 +1,2 @@
*.pb linguist-language=protobuf
*.db filter=lfs diff=lfs merge=lfs -text

View File

@ -10,6 +10,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: main
lfs: true
- name: Install protoc
run: brew install protobuf
- name: Install Rust