From 66793f4b256bb4056071063e24299de483b32948 Mon Sep 17 00:00:00 2001
From: MaximilienNaveau <maximilien.naveau@gmail.com>
Date: Fri, 10 Dec 2021 17:04:50 +0100
Subject: [PATCH] update CI

---
 .github/workflows/ci_ubuntu20_04_foxy_ros2.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci_ubuntu20_04_foxy_ros2.yml b/.github/workflows/ci_ubuntu20_04_foxy_ros2.yml
index 374bd4a..e5e0e60 100644
--- a/.github/workflows/ci_ubuntu20_04_foxy_ros2.yml
+++ b/.github/workflows/ci_ubuntu20_04_foxy_ros2.yml
@@ -34,7 +34,7 @@ jobs:
       - name: Clone dependencies in the current workspace.
         shell: bash
         run: |
-          ws_path = /home/runner/work/dynamic_graph_bridge/colcon_workspace
+          ws_path=/home/runner/work/dynamic_graph_bridge/colcon_workspace
           mkdir -p $ws_path/src
           cd $ws_path/src
           git clone -b devel --single-branch --recursive https://github.com/stack-of-tasks/dynamic_graph_bridge_msgs.git
-- 
GitLab