mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-05 22:20:54 +03:00
replace msys2 package check with msystem check
This commit is contained in:
parent
d367a313b3
commit
eba06792ca
2
.github/workflows/test-msys2.yml
vendored
2
.github/workflows/test-msys2.yml
vendored
|
@ -70,7 +70,7 @@ jobs:
|
||||||
${{ matrix.package }}-python3-setuptools \
|
${{ matrix.package }}-python3-setuptools \
|
||||||
subversion
|
subversion
|
||||||
|
|
||||||
if [[ ${{ matrix.package }} =~ "x86_64" ]]; then
|
if [[ ${{ matrix.msystem }} =~ "64" ]]; then
|
||||||
pacman -S --noconfirm \
|
pacman -S --noconfirm \
|
||||||
${{ matrix.package }}-python-pyqt6
|
${{ matrix.package }}-python-pyqt6
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user