From 28002edfaee8e85b027353d405cf603ff989801f Mon Sep 17 00:00:00 2001 From: Du Ruixiang <50311081+rdu-weston@users.noreply.github.com> Date: Sat, 15 Aug 2020 22:24:52 +0800 Subject: [PATCH] Update ros-ci.yml --- .github/workflows/ros-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ros-ci.yml b/.github/workflows/ros-ci.yml index 599717a..af7dc14 100644 --- a/.github/workflows/ros-ci.yml +++ b/.github/workflows/ros-ci.yml @@ -21,8 +21,8 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - #- name: Install dependencies - # run: sudo apt-get install -y build-essential cmake libasio-dev + - name: Install dependencies + run: sudo apt-get update && sudo apt-get install -y libasio-dev - name: Create catkin workspace run: mkdir -p /catkin_ws/src && cd /catkin_ws/src && /bin/bash -c "source /opt/ros/${ROS_DISTRO}/setup.bash; catkin_init_workspace" - name: Copy code to catkin workspace