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 120d56b commit 7e35e15Copy full SHA for 7e35e15
.github/workflows/test-cygwin.yml
@@ -59,7 +59,7 @@ jobs:
59
python3${{ matrix.python-minor-version }}-sip
60
python3${{ matrix.python-minor-version }}-tkinter
61
qt5-devel-tools
62
- subversion
+ wget
63
xorg-server-extra
64
zlib-devel
65
.github/workflows/test-mingw.yml
@@ -60,7 +60,7 @@ jobs:
${{ matrix.package }}-python3-olefile \
${{ matrix.package }}-python3-pip \
${{ matrix.package }}-python3-setuptools \
+ ${{ matrix.package }}-wget
if [ ${{ matrix.package }} == "mingw-w64-x86_64" ]; then
66
pacman -S --noconfirm \
0 commit comments