]> git.proxmox.com Git - mirror_edk2.git/blobdiff - .azurepipelines/templates/pr-gate-steps.yml
CI: add ~/.local/bin to PATH (Linux only)
[mirror_edk2.git] / .azurepipelines / templates / pr-gate-steps.yml
index ebc1e86c37d495307e8ea456703ff8c25c2c96f5..78b2b2c8d9346a79b488f7223eeaa6a5be5f55aa 100644 (file)
@@ -16,6 +16,12 @@ parameters:
   extra_install_step: []\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