Refactor enable long paths
This commit is contained in:
parent
e9fba631fa
commit
8e7f3fcf79
5
.github/workflows/examples.yml
vendored
5
.github/workflows/examples.yml
vendored
@ -23,11 +23,14 @@ jobs:
|
|||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: "3.9"
|
python-version: "3.9"
|
||||||
- name: Install dependencies
|
- name: Enable Long Paths
|
||||||
run: |
|
run: |
|
||||||
if [ "$RUNNER_OS" == "Windows" ]; then
|
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||||
git config --system core.longpaths true
|
git config --system core.longpaths true
|
||||||
fi
|
fi
|
||||||
|
shell: bash
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
pip install -U https://github.com/platformio/platformio/archive/develop.zip
|
pip install -U https://github.com/platformio/platformio/archive/develop.zip
|
||||||
pio pkg install --global --platform symlink://.
|
pio pkg install --global --platform symlink://.
|
||||||
# OpenSSL needed for signed OTA update example
|
# OpenSSL needed for signed OTA update example
|
||||||
|
Loading…
x
Reference in New Issue
Block a user