From bfce801cc59a4bb3277b0a147e1afbca8ede9868 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Thu, 13 Feb 2025 16:30:36 +0400 Subject: [PATCH] Windows: Use older librsvg in CI to support Windows 7 (#71). --- .github/workflows/cmake-tier1.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cmake-tier1.yml b/.github/workflows/cmake-tier1.yml index 6262cbb..91d3bce 100644 --- a/.github/workflows/cmake-tier1.yml +++ b/.github/workflows/cmake-tier1.yml @@ -153,7 +153,6 @@ jobs: shell: msys2 {0} working-directory: ${{github.workspace}} run: | - pacman -S wget wget https://repo.msys2.org/mingw/mingw64/mingw-w64-${{ matrix.arch }}-librsvg-2.58.0-1-any.pkg.tar.zst pacman -U --noconfirm mingw-w64-${{ matrix.arch }}-librsvg-2.58.0-1-any.pkg.tar.zst