Skip to content

Commit

Permalink
Update pio_arduino_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcodetastic authored Nov 27, 2023
1 parent 26dcb3f commit aa9f9a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pio_arduino_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 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

name: PlatformIO CI
name: PlatformIO Arduino CI

on:
push:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
with:
python-version: '3.x'
- name: Install Platformio
run: pip install --upgrade platformio==6.1.6
run: pip install --upgrade platformio==6.1.12
- name: Run PlatformIO CI (Arduino)
if: ${{ matrix.framework == 'Arduino'}}
env:
Expand Down

0 comments on commit aa9f9a7

Please sign in to comment.