diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 31e3318..1824f81 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -25,6 +25,7 @@ jobs: python-version: "3.9" - name: Install dependencies run: | + git config --system core.longpaths true pip install -U https://github.com/platformio/platformio/archive/develop.zip pio pkg install --global --platform symlink://. # OpenSSL needed for signed OTA update example