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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user