Minor fixes
This commit is contained in:
@@ -43,4 +43,4 @@ jobs:
|
||||
pio pkg install --global --platform symlink://.
|
||||
- name: Build examples
|
||||
run: |
|
||||
platformio run -d ${{ matrix.example }}
|
||||
pio run -d ${{ matrix.example }}
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ import json
|
||||
import re
|
||||
import requests
|
||||
|
||||
from platformio.managers.platform import PlatformBase, to_unix_path
|
||||
from platformio.public import PlatformBase, to_unix_path
|
||||
|
||||
|
||||
IS_WINDOWS = sys.platform.startswith("win")
|
||||
|
||||
Reference in New Issue
Block a user