From 684ef61df39cb3ee7ee50f7e5ac0f75dab8ac04c Mon Sep 17 00:00:00 2001 From: Mikael Arguedas Date: Tue, 7 May 2024 02:11:15 +0200 Subject: [PATCH] another attempt to unstuck CI Signed-off-by: Mikael Arguedas --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 887f62dc..c2274c5a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: apt-get -qq update apt-get -qq upgrade -y apt-get -qq install -y curl libasio-dev libssl-dev libtinyxml2-dev python3-colcon-coveragepy-result - - uses: ros-tooling/action-ros-ci@v0.1 + - uses: ros-tooling/action-ros-ci@v0.3 with: package-name: | sros2 @@ -26,6 +26,7 @@ jobs: test_security extra-cmake-args: '-DSECURITY=ON --no-warn-unused-cli' target-ros2-distro: rolling + rosdep-skip-keys: rti-connext-dds-6.0.1 - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 if: github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/rolling')