From 3c91e3c1e13b9fa9bcfc22c416a37fef7e849d53 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 26 Aug 2020 14:51:01 +0300 Subject: [PATCH] Move build dir to the disk root (should fix issue with long path for Zephyr RTOS on WIndows) --- .github/workflows/examples.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index f1db5c38..e3bb201f 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -49,6 +49,7 @@ jobs: if: startsWith(matrix.os, 'windows') env: PLATFORMIO_CORE_DIR: C:/pio + PLATFORMIO_WORKSPACE_DIR: C:/pio-workspace/$PROJECT_HASH PIO_INSTALL_DEVPLATFORMS_IGNORE: "ststm8,infineonxmc,riscv_gap" run: | tox -e testexamples