mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-24 21:05:38 +00:00
Windows: Use older librsvg in CI to support Windows 7 (#71).
This commit is contained in:
@@ -144,6 +144,19 @@ jobs:
|
||||
make
|
||||
p7zip
|
||||
|
||||
- name: Downgrade Packages to support Windows 7
|
||||
# librsvg 2.59 requires Windows 8.1 or later (confirmed by dependency walker).
|
||||
# We need to downgrade to 2.58.
|
||||
# This contains gdk_pixbuf loader as well, and re-runs the loader cache update.
|
||||
# https://repo.msys2.org/mingw/mingw32/mingw-w64-i686-librsvg-2.58.0-1-any.pkg.tar.zst
|
||||
# https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-librsvg-2.58.0-1-any.pkg.tar.zst
|
||||
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
|
||||
|
||||
- name: Download Package Requirements
|
||||
shell: msys2 {0}
|
||||
working-directory: ${{github.workspace}}
|
||||
|
||||
Reference in New Issue
Block a user