fix(ci): move hub & lerobot artefacts to /mnt to avoid No space left on device in the future

This commit is contained in:
Steven Palma
2025-12-01 16:49:14 +01:00
parent 5f7b5f2817
commit d3e5af007d
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -60,6 +60,8 @@ jobs:
runs-on: ubuntu-latest
env:
MUJOCO_GL: egl
HF_HOME: /mnt/cache/.cache/huggingface
HF_LEROBOT_HOME: /mnt/cache/.cache/huggingface/lerobot
steps:
- uses: actions/checkout@v4
with: