Skip to content

Commit 9f8a221

Browse files
committed
Minor fixes
1 parent 2b15a4e commit 9f8a221

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
pio pkg install --global --platform symlink://.
4444
- name: Build examples
4545
run: |
46-
platformio run -d ${{ matrix.example }}
46+
pio run -d ${{ matrix.example }}

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import re
2020
import requests
2121

22-
from platformio.managers.platform import PlatformBase, to_unix_path
22+
from platformio.public import PlatformBase, to_unix_path
2323

2424

2525
IS_WINDOWS = sys.platform.startswith("win")

0 commit comments

Comments
 (0)