Skip to content

Commit 7e35e15

Browse files
committed
Replace subversion with wget package
1 parent 120d56b commit 7e35e15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-cygwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
python3${{ matrix.python-minor-version }}-sip
6060
python3${{ matrix.python-minor-version }}-tkinter
6161
qt5-devel-tools
62-
subversion
62+
wget
6363
xorg-server-extra
6464
zlib-devel
6565

.github/workflows/test-mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
${{ matrix.package }}-python3-olefile \
6161
${{ matrix.package }}-python3-pip \
6262
${{ matrix.package }}-python3-setuptools \
63-
subversion
63+
${{ matrix.package }}-wget
6464
6565
if [ ${{ matrix.package }} == "mingw-w64-x86_64" ]; then
6666
pacman -S --noconfirm \

0 commit comments

Comments
 (0)