From: Simon Cozens Date: Tue, 1 Apr 2025 08:11:41 +0000 (+0100) Subject: Use lfs for DB X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9288%2Fhead;p=thirdparty%2Fgoogle%2Ffonts.git Use lfs for DB --- diff --git a/.gitattributes b/.gitattributes index 97d3309f8..af4ce95d8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.pb linguist-language=protobuf +*.db filter=lfs diff=lfs merge=lfs -text diff --git a/.github/workflows/fontspectorall.yaml b/.github/workflows/fontspectorall.yaml index be349d960..914e1d234 100644 --- a/.github/workflows/fontspectorall.yaml +++ b/.github/workflows/fontspectorall.yaml @@ -10,6 +10,7 @@ jobs: - uses: actions/checkout@v4 with: ref: main + lfs: true - name: Install protoc run: brew install protobuf - name: Install Rust