Skip to content

Commit

Permalink
Copy self to avoid losing workspace files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstrom authored Jul 15, 2024
1 parent 0c81846 commit ee37ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Create workspace
run: |
mkdir -p ~/ros2_ws/src
mv $GITHUB_WORKSPACE ~/ros2_ws/src/
cp -R $GITHUB_WORKSPACE ~/ros2_ws/src/
mv vortex-msgs ~/ros2_ws/src/
- name: Install dependencies
Expand Down

0 comments on commit ee37ea4

Please sign in to comment.