mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Move build dir to the disk root (should fix issue with long path for Zephyr RTOS on WIndows)
This commit is contained in:
1
.github/workflows/examples.yml
vendored
1
.github/workflows/examples.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user