From 9861e9818767dfe866b371b9d0396826d2d60867 Mon Sep 17 00:00:00 2001 From: "Nordmann Arne (CR/ADT3)" Date: Wed, 10 Feb 2021 08:15:58 +0100 Subject: [PATCH] Fix CI build to use distro binary packages Signed-off-by: Nordmann Arne (CR/ADT3) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3c815b7..f6d67a1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,6 +26,7 @@ jobs: with: package-name: "system_modes system_modes_examples" target-ros2-distro: ${{ matrix.ros_distribution }} + vcs-repo-file-url: "" colcon-mixin-name: coverage-gcc colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml - uses: codecov/codecov-action@v1