Skip to content

Commit c86eb03

Browse files
Update ci.yml
1 parent 8579007 commit c86eb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
python3 -c "import sys;print(sys.path)"
7070
echo -e "\e[35;1mpython3 -c \"import ament_package;print(ament_package.__file__)\"\e[0m"
7171
python3 -c "import ament_package;print(ament_package.__file__)"
72-
echo -e "\e[35;1mpython3 -c "from ament_package.templates import get_environment_hook_template_path;print('done')"\e[0m"
72+
echo -e "\e[35;1mpython3 -c \"from ament_package.templates import get_environment_hook_template_path;print('done')\"\e[0m"
7373
python3 -c "from ament_package.templates import get_environment_hook_template_path;print('done')"
7474
echo -e "\e[35;1mwhich cmake\e[0m"
7575
which cmake

0 commit comments

Comments
 (0)