Skip to content

Commit

Permalink
CI cleanup: removed build/bin from the the PATH environment variable …
Browse files Browse the repository at this point in the history
…since it is no more needed after #2943
  • Loading branch information
randaz81 committed Sep 4, 2023
1 parent 0aa9edc commit aaba633
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -857,13 +857,6 @@ jobs:
else()
file(APPEND "${_env_script}" "set(ENV{PATH} \"\$ENV{PATH};C:\\\\robotology\\\\vcpkg\\\\installed\\\\x64-windows\\\\debug\\\\bin\")\n")
endif()
# Append output bin directory to the PATH
if("${{ matrix.config.cmake_generator }}" MATCHES "Visual Studio")
file(APPEND "${_env_script}" "set(ENV{PATH} \"\$ENV{PATH};\$ENV{GITHUB_WORKSPACE}\\\\build\\\\bin\\\\${{ matrix.config.build_type }}\")\n")
elseif("${{ matrix.config.cmake_generator }}" MATCHES "Ninja")
file(APPEND "${_env_script}" "set(ENV{PATH} \"\$ENV{PATH};\$ENV{GITHUB_WORKSPACE}\\\\build\\\\bin\")\n")
endif()
endif()
file(APPEND "${_env_script}" "set(ENV{CC} ${{ matrix.config.cc }})\n")
Expand Down

0 comments on commit aaba633

Please sign in to comment.