Skip to content

Commit e08da69

Browse files
committed
Symlink dev-platform
1 parent e49272f commit e08da69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip
2727
pip install -U https://github.com/platformio/platformio/archive/develop.zip
28-
platformio platform install file://.
28+
pio pkg install --global --platform symlink://.
2929
- name: Build examples
3030
run: |
3131
platformio run -d ${{ matrix.example }}

0 commit comments

Comments
 (0)