diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae08ccb87..0b6d8879e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,8 @@ jobs: - name: Configure (Windows) if: matrix.config.os == 'windows-latest' - run: meson build -Db_vscrt=mdd -Ddefault_library=static -Dfreetype2:zlib=system --force-fallback-for=zlib + # -Dfreetype2:png=enabled is a workaround for https://savannah.nongnu.org/bugs/?59458 + run: meson build -Db_vscrt=mdd -Ddefault_library=static -Dfreetype2:zlib=system --force-fallback-for=zlib -Dfreetype2:png=enabled - name: Configure (Linux) if: matrix.config.os == 'ubuntu-latest'