Skip to content

Commit 152cb8c

Browse files
committed
ci/ros: fix ccache
1 parent 6bd74de commit 152cb8c

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
@@ -16,7 +16,7 @@ jobs:
1616
- {ROS_DISTRO: rolling}
1717
- {ROS_DISTRO: iron}
1818
env:
19-
CCACHE_DIR: /home/runner/.ccache # Enable ccache
19+
# CCACHE_DIR: /home/runner/.ccache # Enable ccache
2020
PRERELEASE: true
2121
BUILDER: colcon
2222
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)