summaryrefslogtreecommitdiff
path: root/.azurepipelines/templates/pr-gate-steps.yml
diff options
context:
space:
mode:
Diffstat (limited to '.azurepipelines/templates/pr-gate-steps.yml')
-rw-r--r--.azurepipelines/templates/pr-gate-steps.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.azurepipelines/templates/pr-gate-steps.yml b/.azurepipelines/templates/pr-gate-steps.yml
index ebc1e86..78b2b2c 100644
--- a/.azurepipelines/templates/pr-gate-steps.yml
+++ b/.azurepipelines/templates/pr-gate-steps.yml
@@ -16,6 +16,12 @@ parameters:
extra_install_step: []
steps:
+- bash: |
+ echo "##vso[task.prependpath]${HOME}/.local/bin"
+ echo "new PATH=${PATH}"
+ displayName: Set PATH
+ condition: eq('${{ parameters.tool_chain_tag }}', 'GCC5')
+
- checkout: self
clean: true
fetchDepth: 1