Skip to content

Commit d5c5e04

Browse files
committed
make sure pacboy is installed
1 parent abb90b0 commit d5c5e04

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
@@ -44,6 +44,10 @@ jobs:
4444

4545
- name: Install dependencies
4646
run: |
47+
pacman -S --noconfirm \
48+
pactoys
49+
subversion
50+
4751
pacboy -S --noconfirm \
4852
freetype:p \
4953
gcc:p \
@@ -59,8 +63,7 @@ jobs:
5963
python3-numpy:p \
6064
python3-olefile:p \
6165
python3-pip:p \
62-
python3-setuptools:p \
63-
subversion:
66+
python3-setuptools:p
6467
6568
if [[ ${{ matrix.msystem }} =~ "64" ]]; then
6669
pacboy -S --noconfirm \

0 commit comments

Comments
 (0)