We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a0de5 commit 7f5279bCopy full SHA for 7f5279b
.github/workflows/build_and_test.yml
@@ -55,7 +55,7 @@ jobs:
55
cd ros2_java_ws
56
curl -sL file://${{ github.workspace }}/ros2_java_android.repos | vcs import src
57
# Use checked out version of ros2_java
58
- rm -rf src/ros2_java/ros2_java
+ rm -rf src/ros2-java/ros2_java
59
ln --symbolic ${{ github.workspace }} src/ros2_java
60
- name: Build ros2_java for Android
61
run: |
0 commit comments