Only enable long paths for Windows
This commit is contained in:
parent
139b86b1b4
commit
e9fba631fa
2
.github/workflows/examples.yml
vendored
2
.github/workflows/examples.yml
vendored
@ -25,7 +25,9 @@ jobs:
|
||||
python-version: "3.9"
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||
git config --system core.longpaths true
|
||||
fi
|
||||
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