]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Update cargo install to choose appropriate binary 10259/head
authorSimon Cozens <simon@simon-cozens.org>
Mon, 23 Feb 2026 07:48:52 +0000 (07:48 +0000)
committerSimon Cozens <simon@simon-cozens.org>
Mon, 23 Feb 2026 07:48:52 +0000 (07:48 +0000)
.github/workflows/fontspectorall.yaml

index bf60a05ebed308263aa383b2aa03c67472ea37ff..4eaed1916394d8a4f5fe03f27ac49fea1967a024 100644 (file)
@@ -29,7 +29,7 @@ jobs:
       - name: Install Rust
         uses: actions-rust-lang/setup-rust-toolchain@v1
       - name: Build fontspector
-        run: cargo install --git https://github.com/fonttools/fontspector --features duckdb
+        run: cargo install --git https://github.com/fonttools/fontspector --features duckdb fontspector
       - name: Test all the things
         run: fontspector --profile googlefonts ofl/*/*{.ttf,.pb,.html,.svg,.jpg,.gif} --skip-network --succinct --duckdb fontspector.db || true
       - name: Stash database again