Skip to content

Commit 9d1d8e9

Browse files
Cache also .venv for mujoco_ros2_control (#812)
1 parent 36196e4 commit 9d1d8e9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/reusable-industrial-ci-with-cache.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@ jobs:
146146
# save if build step succeeded, but only on default branch to save disk space
147147
if: ${{ always() && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && steps.ici.outputs.build_target_workspace == '0' }}
148148
with:
149-
path: ${{ env.CCACHE_DIR }}
149+
path: |
150+
${{ env.CCACHE_DIR }}
151+
/root/.ros/ros2_control/.venv
150152
key: ccache-${{ env.CACHE_PREFIX }}-${{ github.sha }}-${{ github.run_id }}
151153

152154
- name: Download issue template for target failure # Has to be a local file

0 commit comments

Comments
 (0)