Skip to content

Commit 286db61

Browse files
committed
make sure pacboy is installed
1 parent 2e469bd commit 286db61

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test-msys2.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050

5151
- name: Install dependencies
5252
run: |
53+
pacman -S --noconfirm \
54+
pactoys \
55+
subversion
56+
5357
pacboy -S --noconfirm \
5458
freetype:p \
5559
gcc:p \
@@ -66,8 +70,7 @@ jobs:
6670
python3-olefile:p \
6771
python3-pip:p \
6872
python3-setuptools:p \
69-
python-pyqt6:p \
70-
subversion:
73+
python-pyqt6:p
7174
7275
python3 -m pip install pyroma pytest pytest-cov pytest-timeout
7376

0 commit comments

Comments
 (0)