Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

Commit 972e774

Browse files
committed
fix path
1 parent 7ed76f6 commit 972e774

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
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
package-name: obstacle_stop_planner_refine
3030
target-ros2-distro: foxy
31-
vcs-repo-file-url: build_depends.repos ${{ github.workspace }}/src/autoware/AutowareArchitectureProposal.iv/build_depends.repos
31+
vcs-repo-file-url: build_depends.repos file://${{ github.workspace }}/src/autoware/AutowareArchitectureProposal.iv/build_depends.repos
3232
colcon-mixin-name: coverage-gcc coverage-pytest
3333
# If possible, pin the repository in the workflow to a specific commit to avoid
3434
# changes in colcon-mixin-repository from breaking your tests.

0 commit comments

Comments
 (0)