Skip to content

Commit

Permalink
cover more distros in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
berndpfrommer committed Mar 26, 2024
1 parent 33ab807 commit d8da936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/industrial_ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ROS_DISTRO: [humble]
ROS_DISTRO: [galactic, humble, iron]
ROS_REP: [testing, main]
env:
CCACHE_DIR: "${{ github.workspace }}/.ccache" # directory for ccache (and how we enable ccache in industrial_ci)
Expand Down

0 comments on commit d8da936

Please sign in to comment.