diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 2d3d8b0..95ae82a 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -23,11 +23,14 @@ jobs: uses: actions/setup-python@v3 with: python-version: "3.9" - - name: Install dependencies + - name: Enable Long Paths run: | if [ "$RUNNER_OS" == "Windows" ]; then git config --system core.longpaths true fi + shell: bash + - name: Install dependencies + run: | pip install -U https://github.com/platformio/platformio/archive/develop.zip pio pkg install --global --platform symlink://. # OpenSSL needed for signed OTA update example