mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-11 01:04:09 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user