Skip to content

Commit ab8c362

Browse files
authored
Merge pull request #384 from jcarpent/topic/ci
Fix ROS CI
2 parents ce5465c + 152cb8c commit ab8c362

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.github/workflows/ros_ci.yml

+7-8
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ jobs:
1313
env:
1414
- {ROS_DISTRO: melodic, PRERELEASE: false}
1515
- {ROS_DISTRO: noetic}
16-
- {ROS_DISTRO: foxy}
1716
- {ROS_DISTRO: rolling}
18-
- {ROS_DISTRO: humble}
17+
- {ROS_DISTRO: iron}
1918
env:
20-
CCACHE_DIR: /home/runner/.ccache # Enable ccache
19+
# CCACHE_DIR: /home/runner/.ccache # Enable ccache
2120
PRERELEASE: true
2221
BUILDER: colcon
2322
runs-on: ubuntu-latest
@@ -26,10 +25,10 @@ jobs:
2625
with:
2726
submodules: recursive
2827
# This step will fetch/store the directory used by ccache before/after the ci run
29-
- uses: actions/cache@v3
30-
with:
31-
path: ${{ env.CCACHE_DIR }}
32-
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 }}
3332
# Run industrial_ci
34-
- uses: 'ros-industrial/industrial_ci@6a8f546cbd31fbd5c9f77e3409265c8b39abc3d6'
33+
- uses: 'ros-industrial/industrial_ci@9f963f67ebb889792175776c5ee00134d7bb569b'
3534
env: ${{ matrix.env }}

0 commit comments

Comments
 (0)