diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 215c526..ff6513f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -139,6 +139,9 @@ steps: EOF chmod 755 bin/gcc chmod 755 bin/g++ + + # 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'))