Install python3 and pip for httpbin
We need Python 3 for running httpbin for wxWebRequest tests.
This commit is contained in:
parent
3e5cf7a5c7
commit
7d796c6aa6
1 changed files with 1 additions and 1 deletions
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue