Skip to content

Commit eba0679

Browse files
committed
replace msys2 package check with msystem check
1 parent d367a31 commit eba0679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
${{ matrix.package }}-python3-setuptools \
7171
subversion
7272
73-
if [[ ${{ matrix.package }} =~ "x86_64" ]]; then
73+
if [[ ${{ matrix.msystem }} =~ "64" ]]; then
7474
pacman -S --noconfirm \
7575
${{ matrix.package }}-python-pyqt6
7676
fi

0 commit comments

Comments
 (0)