Update pio_arduino_build.yml
This commit is contained in:
parent
26dcb3f713
commit
aa9f9a7cef
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pio_arduino_build.yml
vendored
4
.github/workflows/pio_arduino_build.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue