We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb90b0 commit d5c5e04Copy full SHA for d5c5e04
1 file changed
.github/workflows/test-msys2.yml
@@ -44,6 +44,10 @@ jobs:
44
45
- name: Install dependencies
46
run: |
47
+ pacman -S --noconfirm \
48
+ pactoys
49
+ subversion
50
+
51
pacboy -S --noconfirm \
52
freetype:p \
53
gcc:p \
@@ -59,8 +63,7 @@ jobs:
59
63
python3-numpy:p \
60
64
python3-olefile:p \
61
65
python3-pip:p \
62
- python3-setuptools:p \
- subversion:
66
+ python3-setuptools:p
67
68
if [[ ${{ matrix.msystem }} =~ "64" ]]; then
69
0 commit comments