Skip to content

Commit

Permalink
Add rolling to ci (#12)
Browse files Browse the repository at this point in the history
* add rolling to ci

* add apt-get update before install
  • Loading branch information
hellantos authored May 5, 2022
1 parent 4458720 commit 5893d57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/industrial_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 }}

0 comments on commit 5893d57

Please sign in to comment.