File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
11
11
strategy :
12
12
matrix :
13
13
env :
14
- - {ROS_DISTRO: melodic, PRERELEASE: false}
15
14
- {ROS_DISTRO: noetic}
16
- - {ROS_DISTRO: foxy}
15
+ - {ROS_DISTRO: iron}
16
+ - {ROS_DISTRO: humble}
17
17
- {ROS_DISTRO: rolling}
18
18
env :
19
- CCACHE_DIR : /github/home/.ccache # Enable ccache
19
+ # CCACHE_DIR: /github/home/.ccache # Enable ccache
20
20
BUILDER : colcon
21
21
PRERELEASE : true
22
22
runs-on : ubuntu-latest
@@ -25,10 +25,10 @@ jobs:
25
25
with :
26
26
submodules : recursive
27
27
# 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 }}
32
32
# Run industrial_ci
33
- - uses : ' ros-industrial/industrial_ci@6a8f546cbd31fbd5c9f77e3409265c8b39abc3d6 '
33
+ - uses : ' ros-industrial/industrial_ci@9f963f67ebb889792175776c5ee00134d7bb569b '
34
34
env : ${{ matrix.env }}
You can’t perform that action at this time.
0 commit comments