mirror of
https://github.com/logos-storage/constantine.git
synced 2026-01-02 21:23:11 +00:00
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…
x
Reference in New Issue
Block a user