and a missed UCPU
This commit is contained in:
parent
9976ac70bf
commit
5c1c4e40eb
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue