Skip to content

Commit 6f47602

Browse files
authored
Merge pull request #15 from FraunhoferIOSB/devel
chore: Fix industrial CI workflow
2 parents d00922c + f122b4f commit 6f47602

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/build_and_test_jazzy.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
env:
2323
CCACHE_DIR: "${{ github.workspace }}/.ccache" # directory for ccache (and how we enable ccache in industrial_ci)
2424
steps:
25-
- uses: actions/checkout@v3 # clone target repository
26-
- uses: actions/cache@v2 # fetch/store the directory used by ccache before/after the ci run
25+
- uses: actions/checkout@v4 # clone target repository
26+
with:
27+
submodules: true
28+
- uses: actions/cache@v4 # fetch/store the directory used by ccache before/after the ci run
2729
with:
2830
path: ${{ env.CCACHE_DIR }}
2931
# This configuration will always create a new ccache cache starting off from the previous one (if any).

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ However, there is a version of the source code available for ROS 1 under the bra
3535
| Service | devel | main |
3636
| ---------- | ------- | ------ |
3737
| GitHub | | [![deploy](https://github.com/FraunhoferIOSB/multisensor_calibration/actions/workflows/docs.yml/badge.svg)](https://github.com/FraunhoferIOSB/multisensor_calibration/actions/workflows/docs.yml) |
38+
| | [![Jazzy Jalisco](https://github.com/FraunhoferIOSB/multisensor_calibration/actions/workflows/build_and_test_jazzy.yml/badge.svg?branch=devel)](https://github.com/FraunhoferIOSB/multisensor_calibration/actions/workflows/build_and_test_jazzy.yml) | [![Jazzy Jalisco](https://github.com/FraunhoferIOSB/multisensor_calibration/actions/workflows/build_and_test_jazzy.yml/badge.svg?branch=main)](https://github.com/FraunhoferIOSB/multisensor_calibration/actions/workflows/build_and_test_jazzy.yml) |
3839

3940
------------------------
4041

0 commit comments

Comments
 (0)