Enable long paths to hopefully fix TinyUSB clone
This commit is contained in:
parent
090343e447
commit
139b86b1b4
1
.github/workflows/examples.yml
vendored
1
.github/workflows/examples.yml
vendored
@ -25,6 +25,7 @@ jobs:
|
|||||||
python-version: "3.9"
|
python-version: "3.9"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
git config --system core.longpaths true
|
||||||
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