This commit is contained in:
proddy
2021-06-19 14:04:17 +02:00

View File

@@ -21,7 +21,7 @@ jobs:
echo "::set-output name=version::$version" echo "::set-output name=version::$version"
- name: Install PlatformIO - name: Install PlatformIO
uses: actions/setup-python@v2 uses: actions/setup-python@v2
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -U platformio pip install -U platformio