replace msys2 package check with msystem check

This commit is contained in:
nulano 2023-02-02 17:13:25 +00:00
parent d367a313b3
commit eba06792ca
No known key found for this signature in database
GPG Key ID: B650CDF63B705766

View File

@ -70,7 +70,7 @@ jobs:
${{ matrix.package }}-python3-setuptools \
subversion
if [[ ${{ matrix.package }} =~ "x86_64" ]]; then
if [[ ${{ matrix.msystem }} =~ "64" ]]; then
pacman -S --noconfirm \
${{ matrix.package }}-python-pyqt6
fi