Fix UCPU for Linux i386 in Azure

This commit is contained in:
Mamy André-Ratsimbazafy 2020-08-31 23:18:16 +02:00
parent 54af3579f2
commit c8e4346414
No known key found for this signature in database
GPG Key ID: 7B88AD1FE79492E1
1 changed files with 1 additions and 1 deletions

View File

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