Skip to content

Commit 63c6199

Browse files
committed
Test to fix CI build issue.
1 parent cbdc3cb commit 63c6199

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
python -m pip install --upgrade pip
3333
pip install --upgrade platformio
3434
- name: Build all the examples
35+
uses: actions/checkout@v2
3536
env:
3637
PLATFORMIO_BUILD_CACHE_DIR: "../../.pio/buildcache"
3738
run: find . -name platformio.ini -type f | sed 's,/platformio.ini$,,' | xargs --verbose -n 1 pio run --jobs 2 --project-dir

0 commit comments

Comments
 (0)