Refactor enable long paths

This commit is contained in:
Maximilian Gerhardt
2023-03-06 11:16:32 +01:00
committed by GitHub
parent e9fba631fa
commit 8e7f3fcf79

View File

@ -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