From 5893d57d0a735e7a28449002773914a2e35320ad Mon Sep 17 00:00:00 2001 From: Christoph Hellmann Santos <51296695+ipa-cmh@users.noreply.github.com> Date: Thu, 5 May 2022 12:32:27 +0200 Subject: [PATCH] Add rolling to ci (#12) * add rolling to ci * add apt-get update before install --- .github/workflows/industrial_ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/industrial_ci.yml b/.github/workflows/industrial_ci.yml index e264d1ca..b700cc10 100644 --- a/.github/workflows/industrial_ci.yml +++ b/.github/workflows/industrial_ci.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - ROS_DISTRO: [foxy, galactic] + ROS_DISTRO: [foxy, galactic, rolling] ROS_REPO: [testing] env: CCACHE_DIR: "${{ github.workspace }}/.ccache" @@ -31,5 +31,6 @@ jobs: ccache-${{ matrix.ROS_DISTRO }}-${{ matrix.ROS_REPO }}- - uses: 'ros-industrial/industrial_ci@master' env: + BEFORE_INSTALL_TARGET_DEPENDENCIES: 'sudo apt-get update' ROS_DISTRO: ${{ matrix.ROS_DISTRO }} ROS_REPO: ${{ matrix.ROS_REPO }}