From 5c1c4e40eb2d1b547f2da53f6ffa9aeede325534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mamy=20Andr=C3=A9-Ratsimbazafy?= Date: Tue, 1 Sep 2020 11:53:58 +0200 Subject: [PATCH] and a missed UCPU --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ff6513f..e2fa099 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -143,7 +143,7 @@ steps: # Add to path echo '##vso[task.prependpath]$(System.DefaultWorkingDirectory)/bin' displayName: 'Install dependencies (i386 Linux)' - condition: and(eq(variables['Agent.OS'], 'Linux'), eq(variables['CPU'], 'i686')) + condition: and(eq(variables['Agent.OS'], 'Linux'), eq(variables['UCPU'], 'i686')) - bash: | echo "PATH=${PATH}"