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}"