From 2617b5b2da68d34b30598196f6a5fe061308b5c8 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 10 Oct 2025 07:35:41 -1000 Subject: [PATCH] docs --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad81ba64a6..6b0b3e8e1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -460,11 +460,13 @@ jobs: run: | . venv/bin/activate # Use /mnt for build files (70GB available vs ~29GB on /) - mkdir -p /mnt/build_cache + sudo mkdir -p /mnt/build_cache + sudo chown $USER:$USER /mnt/build_cache export PLATFORMIO_BUILD_CACHE_DIR=/mnt/build_cache # Also move test_build_components/build to /mnt - mkdir -p /mnt/test_build_components_build + sudo mkdir -p /mnt/test_build_components_build + sudo chown $USER:$USER /mnt/test_build_components_build ln -s /mnt/test_build_components_build tests/test_build_components/build # Convert space-separated components to comma-separated for Python script