Skip to content

Commit 6dcd87b

Browse files
committed
ci/ros: fix ccache dir
1 parent 36c2310 commit 6dcd87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ros_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- {ROS_DISTRO: rolling}
1818
- {ROS_DISTRO: humble}
1919
env:
20-
CCACHE_DIR: /github/home/.ccache # Enable ccache
20+
CCACHE_DIR: /home/runner/.ccache # Enable ccache
2121
PRERELEASE: true
2222
BUILDER: colcon
2323
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)