Merge branch 'fix-Windows' into 'master'

gitlab-ci: fix Windows job by installing Python 3.10, which has wheels

See merge request fdroid/fdroidserver!1251
This commit is contained in:
Hans-Christoph Steiner 2022-11-04 12:34:43 +00:00
commit 6c845be6b9

View file

@ -500,7 +500,7 @@ Windows:
script:
- Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
- choco install --no-progress -y git --force --params "/GitAndUnixToolsOnPath"
- choco install --no-progress -y python3
- choco install --no-progress -y python3 --version=3.10
- choco install --no-progress -y jdk8
- choco install --no-progress -y rsync
- refreshenv