Skip to content

Commit a8e5f33

Browse files
authored
Merge pull request #442 from jcarpent/hppfcl2x
Update ROS_DISTRO
2 parents 2f06ed0 + 343ac2f commit a8e5f33

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ros_ci.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
strategy:
1212
matrix:
1313
env:
14-
- {ROS_DISTRO: melodic, PRERELEASE: false}
1514
- {ROS_DISTRO: noetic}
16-
- {ROS_DISTRO: foxy}
15+
- {ROS_DISTRO: iron}
16+
- {ROS_DISTRO: humble}
1717
- {ROS_DISTRO: rolling}
1818
env:
19-
CCACHE_DIR: /github/home/.ccache # Enable ccache
19+
#CCACHE_DIR: /github/home/.ccache # Enable ccache
2020
BUILDER: colcon
2121
PRERELEASE: true
2222
runs-on: ubuntu-latest
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
submodules: recursive
2727
# This step will fetch/store the directory used by ccache before/after the ci run
28-
- uses: actions/cache@v3
29-
with:
30-
path: ${{ env.CCACHE_DIR }}
31-
key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
28+
#- uses: actions/cache@v3
29+
# with:
30+
# path: ${{ env.CCACHE_DIR }}
31+
# key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
3232
# Run industrial_ci
33-
- uses: 'ros-industrial/industrial_ci@6a8f546cbd31fbd5c9f77e3409265c8b39abc3d6'
33+
- uses: 'ros-industrial/industrial_ci@9f963f67ebb889792175776c5ee00134d7bb569b'
3434
env: ${{ matrix.env }}

0 commit comments

Comments
 (0)