Minor fixes

This commit is contained in:
Ivan Kravets
2022-05-27 17:56:49 +03:00
parent 2b15a4eeee
commit 9f8a221957
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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")