Install python3 and pip for httpbin
We need Python 3 for running httpbin for wxWebRequest tests.
This commit is contained in:
2
.github/workflows/ci_msw_cross.yml
vendored
2
.github/workflows/ci_msw_cross.yml
vendored
@@ -86,7 +86,7 @@ jobs:
|
||||
run: |
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
packages="git make wine x11-xserver-utils xvfb"
|
||||
packages="git make python3 python3-pip wine x11-xserver-utils xvfb"
|
||||
|
||||
case "${HOST_TRIPLET}" in
|
||||
x86_64-w64-mingw32)
|
||||
|
Reference in New Issue
Block a user