From c0bc73ddac718216629a3d91883ed6fb07b98202 Mon Sep 17 00:00:00 2001 From: Eugene Kabanov Date: Thu, 3 Sep 2020 20:13:37 +0300 Subject: [PATCH] Fix Azure CI x86 problems. (#350) --- azure-pipelines.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3b0372ef1..3c1eedd03 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -88,6 +88,13 @@ steps: [[ -z "$ncpu" || $ncpu -le 0 ]] && ncpu=2 echo "Found ${ncpu} cores" + if [[ $PLATFORM == "x86" ]]; then + choco --version + choco install --x86 openssl + export PATH="/c/Program Files (x86)/OpenSSL-Win32/bin:${PATH}" + echo "PATH=${PATH}" + fi + # build nim from our own branch - this to avoid the day-to-day churn and # regressions of the fast-paced Nim development while maintaining the # flexibility to apply patches