There was an error while loading. Please reload this page.
1 parent df648f2 commit 7be8bd9Copy full SHA for 7be8bd9
1 file changed
.github/workflows/rolling_ros2_ci.yml
@@ -12,11 +12,13 @@ jobs:
12
fail-fast: false
13
matrix:
14
ROS_DISTRO: [rolling]
15
- ROS_REPO: [rolling]
+ ROS_REPO: [main]
16
env:
17
CCACHE_DIR: "${{ github.workspace }}/.ccache" # directory for ccache (and how we enable ccache in industrial_ci)
18
steps:
19
- uses: actions/checkout@v4 # clone target repository
20
+ with:
21
+ ref: rolling
22
- uses: actions/cache@v4 # fetch/store the directory used by ccache before/after the ci run
23
with:
24
path: ${{ env.CCACHE_DIR }}
0 commit comments