Fix UCPU for Linux i386 in Azure
This commit is contained in:
parent
54af3579f2
commit
c8e4346414
|
@ -205,7 +205,7 @@ steps:
|
||||||
echo "PATH=${PATH}"
|
echo "PATH=${PATH}"
|
||||||
sudo apt-get install libgmp-dev
|
sudo apt-get install libgmp-dev
|
||||||
displayName: 'Downloading GMP (Linux 32-bit)'
|
displayName: 'Downloading GMP (Linux 32-bit)'
|
||||||
condition: and(eq(variables['Agent.OS'], 'Linux'), eq(variables['CPU'], 'i686'))
|
condition: and(eq(variables['Agent.OS'], 'Linux'), eq(variables['UCPU'], 'i686'))
|
||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
echo "PATH=${PATH}"
|
echo "PATH=${PATH}"
|
||||||
|
|
Loading…
Reference in New Issue