Skip to content

Commit 94a54d3

Browse files
committed
Symlink dev-platform
1 parent c549669 commit 94a54d3

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
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip
3232
pip install -U https://github.com/platformio/platformio/archive/develop.zip
33-
platformio platform install file://.
33+
pio pkg install --global --platform symlink://.
3434
- name: Build examples
3535
run: |
3636
platformio run -d ${{ matrix.example }}

0 commit comments

Comments
 (0)