From 6dcd87bbe3cd82fdfee9833197ef18419bf48cae Mon Sep 17 00:00:00 2001 From: Justin Carpentier <justin.carpentier@inria.fr> Date: Thu, 1 Jun 2023 01:03:42 +0200 Subject: [PATCH] ci/ros: fix ccache dir --- .github/workflows/ros_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ros_ci.yml b/.github/workflows/ros_ci.yml index cd6f67e0..c8e9b559 100644 --- a/.github/workflows/ros_ci.yml +++ b/.github/workflows/ros_ci.yml @@ -17,7 +17,7 @@ jobs: - {ROS_DISTRO: rolling} - {ROS_DISTRO: humble} env: - CCACHE_DIR: /github/home/.ccache # Enable ccache + CCACHE_DIR: /home/runner/.ccache # Enable ccache PRERELEASE: true BUILDER: colcon runs-on: ubuntu-latest -- GitLab