Skip to content

Commit fb6ceb6

Browse files
committed
Update CI
1 parent 6e3567e commit fb6ceb6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/industrial_ci_build_and_test.yml

-9
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,10 @@ jobs:
77
matrix:
88
env:
99
- {ROS_DISTRO: rolling}
10-
- {ROS_DISTRO: rolling, PRERELEASE: true}
1110
- {ROS_DISTRO: humble, PRERELEASE: true}
1211
- {ROS_DISTRO: iron, PRERELEASE: true}
13-
# env:
14-
# CCACHE_DIR: /github/home/.ccache # Enable ccache
1512
runs-on: ubuntu-latest
1613
steps:
1714
- uses: actions/checkout@v3
18-
# # This step will fetch/store the directory used by ccache before/after the ci run
19-
# - uses: actions/cache@v3
20-
# with:
21-
# path: ${{ env.CCACHE_DIR }}
22-
# key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
23-
# Run industrial_ci
2415
- uses: 'ros-industrial/industrial_ci@master'
2516
env: ${{ matrix.env }}

0 commit comments

Comments
 (0)