Skip to content

Commit

Permalink
Move cloned files instead of copy
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstrom authored Jul 15, 2024
1 parent fde5228 commit 0c81846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Create workspace
run: |
mkdir -p ~/ros2_ws/src
cp -R $GITHUB_WORKSPACE ~/ros2_ws/src/
cp -R vortex-msgs ~/ros2_ws/src/
mv $GITHUB_WORKSPACE ~/ros2_ws/src/
mv vortex-msgs ~/ros2_ws/src/
- name: Install dependencies
run: |
Expand Down

0 comments on commit 0c81846

Please sign in to comment.