Unverified Commit d4b6257c authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

remove unused variable from PATH (#3926)

parent 045ffd9a
......@@ -165,7 +165,6 @@ jobs:
CONDA=$AGENT_HOMEDIRECTORY/miniconda
echo "##vso[task.setvariable variable=CONDA]$CONDA"
echo "##vso[task.prependpath]$CONDA/bin"
echo "##vso[task.prependpath]$(brew --prefix swig@3)/bin"
echo "##vso[task.setvariable variable=JAVA_HOME]$JAVA_HOME_8_X64"
displayName: 'Set variables'
- bash: $(Build.SourcesDirectory)/.ci/setup.sh
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment