File tree 1 file changed +4
-14
lines changed
1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change 6
6
strategy :
7
7
matrix :
8
8
env :
9
- - {ROS_DISTRO: foxy}
10
- - {ROS_DISTRO: galactic}
9
+ - {ROS_DISTRO: humble}
10
+ - {ROS_DISTRO: iron}
11
+ - {ROS_DISTRO: jazzy}
11
12
- {ROS_DISTRO: rolling}
12
- - {ROS_DISTRO: foxy, PRERELEASE: true}
13
- - {ROS_DISTRO: galactic, PRERELEASE: true}
14
- - {ROS_DISTRO: rolling, PRERELEASE: true}
15
- env :
16
- CCACHE_DIR : /github/home/.ccache # Enable ccache
17
13
runs-on : ubuntu-latest
18
14
steps :
19
- - uses : actions/checkout@v2
20
- # This step will fetch/store the directory used by ccache before/after the ci run
21
- - uses : actions/cache@v2
22
- with :
23
- path : ${{ env.CCACHE_DIR }}
24
- key : ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
25
- # Run industrial_ci
15
+ - uses : actions/checkout@v4
26
16
- uses : ' ros-industrial/industrial_ci@master'
27
17
env : ${{ matrix.env }}
You can’t perform that action at this time.
0 commit comments