Update pio_arduino_build.yml

This commit is contained in:
mrfaptastic 2023-11-27 02:47:46 +00:00 committed by GitHub
parent 26dcb3f713
commit aa9f9a7cef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
# https://docs.platformio.org/en/latest/integration/ci/github-actions.html # https://docs.platformio.org/en/latest/integration/ci/github-actions.html
name: PlatformIO CI name: PlatformIO Arduino CI
on: on:
push: push:
@ -48,7 +48,7 @@ jobs:
with: with:
python-version: '3.x' python-version: '3.x'
- name: Install Platformio - name: Install Platformio
run: pip install --upgrade platformio==6.1.6 run: pip install --upgrade platformio==6.1.12
- name: Run PlatformIO CI (Arduino) - name: Run PlatformIO CI (Arduino)
if: ${{ matrix.framework == 'Arduino'}} if: ${{ matrix.framework == 'Arduino'}}
env: env: