]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
rm platform if statements
authorMarc Foley <m.foley.88@gmail.com>
Tue, 7 Jan 2025 09:03:14 +0000 (09:03 +0000)
committerMarc Foley <m.foley.88@gmail.com>
Tue, 7 Jan 2025 09:03:14 +0000 (09:03 +0000)
.github/workflows/ci.yaml
.github/workflows/report.yaml

index 39ad4146200680a140eba3c7c3cd81bb0795b8b7..b33b0121eab6ad936468838d6092a39167b5e6ae 100644 (file)
@@ -27,9 +27,7 @@ jobs:
       with:
         python-version: "3.10"
     - name: Install Cairo (Ubuntu)
-      if: matrix.platform == 'ubuntu-latest'
       run: sudo apt-get install libcairo2-dev
-
     # Check to_sandbox.txt and to_production.txt do not contain typos
     - name: Install gftools
       run: pip install gftools[qa]
@@ -46,7 +44,6 @@ jobs:
       with:
         python-version: "3.10"
     - name: Install Cairo (Ubuntu)
-      if: matrix.platform == 'ubuntu-latest'
       run: sudo apt-get install libcairo2-dev
 
     # Check Knowledge link graph
index bc41d6c5382dfb2b2387705b214ec89d2803a2ae..ece97635cecf4d114d91feeba9fc6371c7e7cd0e 100644 (file)
@@ -21,7 +21,6 @@ jobs:
       with:
         python-version: "3.10"
     - name: Install Cairo (Ubuntu)
-      if: matrix.platform == 'ubuntu-latest'
       run: sudo apt-get install libcairo2-dev
     - name: Install dependencies
       run: pip install gftools[qa]