]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
update duckdb path
authorMarc Foley <m.foley.88@gmail.com>
Thu, 6 Nov 2025 12:04:07 +0000 (12:04 +0000)
committerMarc Foley <m.foley.88@gmail.com>
Thu, 6 Nov 2025 12:04:07 +0000 (12:04 +0000)
.github/workflows/report.yaml

index 6c716063bbb69d4a010e4047d4a51e6281390f5b..34c47e64c6cb37430bee3c3c23fe3e03a25608de 100644 (file)
@@ -46,7 +46,7 @@ jobs:
           CORVEL_KNOWNHOSTS: ${{secrets.CORVEL_KNOWNHOSTS}}
       - name: Compact fontspector database
         run: |
-          /home/runner/.duckdb/cli/latest/duckdb .ci/dashboard/fontspector.db -f .ci/dashboard/scripts/tidy-database.sql && mv fontspector-new.db .ci/dashboard/fontspector.db
+          /home/runner/.duckdb/cli/1.3.2/duckdb .ci/dashboard/fontspector.db -f .ci/dashboard/scripts/tidy-database.sql && mv fontspector-new.db .ci/dashboard/fontspector.db
       - name: Grab data files from last run
         working-directory: .ci/dashboard/src/data/
         run: |