Skip to content

Commit 23d21c0

Browse files
committed
Update symlink name
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
1 parent 7f5279b commit 23d21c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
curl -sL file://${{ github.workspace }}/ros2_java_android.repos | vcs import src
5757
# Use checked out version of ros2_java
5858
rm -rf src/ros2-java/ros2_java
59-
ln --symbolic ${{ github.workspace }} src/ros2_java
59+
ln --symbolic ${{ github.workspace }} src/ros2-java
6060
- name: Build ros2_java for Android
6161
run: |
6262
export PYTHON3_EXEC="$( which python3 )"

0 commit comments

Comments
 (0)