Skip to content

Commit

Permalink
fix: symbolic link
Browse files Browse the repository at this point in the history
  • Loading branch information
aerin-brown-codes authored Oct 14, 2023
1 parent 6476f10 commit 5e5a16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sanity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
run: |
cd ~
mkdir --parents catkin_ws/src
ln -s $GITHUB_WORKSPACE
ln -s $GITHUB_WORKSPACE ~/catkin_ws/src
- name: Catkin Build
shell: bash
run: |
source /opt/ros/noetic/setup.bash
cd ~/catkin_ws
source devel/setup.bash
catkin init
catkin build

0 comments on commit 5e5a16f

Please sign in to comment.