]> git.proxmox.com Git - mirror_edk2.git/blobdiff - .azurepipelines/templates/platform-build-run-steps.yml
CI: add ~/.local/bin to PATH (Linux only)
[mirror_edk2.git] / .azurepipelines / templates / platform-build-run-steps.yml
index 8803d80cf51c4bcfe312ab6a554a68ddcbf34fb8..087f460d7fecce6900c229f6d97bf22bbaa792c8 100644 (file)
@@ -39,6 +39,12 @@ parameters:
   default: ''\r
 \r
 steps:\r
+- bash: |\r
+    echo "##vso[task.prependpath]${HOME}/.local/bin"\r
+    echo "new PATH=${PATH}"\r
+  displayName: Set PATH\r
+  condition: eq('${{ parameters.tool_chain_tag }}', 'GCC5')\r
+\r
 - checkout: self\r
   clean: true\r
   fetchDepth: 1\r