]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Remove protoc from ci
authorSimon Cozens <simon@simon-cozens.org>
Thu, 25 Sep 2025 09:29:36 +0000 (10:29 +0100)
committerSimon Cozens <simon@simon-cozens.org>
Thu, 25 Sep 2025 09:29:36 +0000 (10:29 +0100)
.github/workflows/rust.yml

index ab31e28c2d652dcdc1d7d23e82b3922356f26151..073544488099551119a1a1670dad37c28976abfd 100644 (file)
@@ -17,8 +17,6 @@ jobs:
       - uses: actions/checkout@v3
         with:
           submodules: recursive
-      - name: Install protoc
-        run: sudo apt-get install protobuf-compiler
       - name: Build
         run: cargo build --verbose
       - name: Check for lints