From 6e2d9fb2720d9db82b68feb5087c6ec4ee2a2822 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 9 Jan 2022 23:34:55 +0100 Subject: [PATCH] ci: install python with nuget in windows-cygwin-build-using-autogen job --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 976ec700a..22763b53a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -586,8 +586,8 @@ windows-cygwin-build-using-autogen: - Add-MpPreference -ExclusionPath 'C:\' - choco config set cacheLocation choco-cache - choco install --yes --no-progress cygwin - - choco install --yes --no-progress --params "/InstallDir:C:\Python3" python3 - - $env:Path = "C:\Python3;" + $env:Path + - nuget install python -ExcludeVersion -OutputDirectory C:\ + - $env:Path = "C:\python\tools;" + $env:Path - python gen_version.py --output GRAPHVIZ_VERSION - $Env:build_system = "autotools" - $Env:use_autogen = "yes" -- 2.40.0