mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-09 08:50:28 +03: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:
commit
6c845be6b9
1 changed files with 1 additions and 1 deletions
|
|
@ -500,7 +500,7 @@ Windows:
|
||||||
script:
|
script:
|
||||||
- Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
|
- Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
|
||||||
- choco install --no-progress -y git --force --params "/GitAndUnixToolsOnPath"
|
- 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 jdk8
|
||||||
- choco install --no-progress -y rsync
|
- choco install --no-progress -y rsync
|
||||||
- refreshenv
|
- refreshenv
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue