Merge pull request #761 from spiro-c/patch-1
Fix PlatformIO GitHub CI does not work. #758
This commit is contained in:
commit
9ae0e0c200
1 changed files with 2 additions and 2 deletions
|
@ -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 6.1.11 Arduino CI
|
||||
name: PlatformIO 6.1.17 Arduino CI
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -48,7 +48,7 @@ jobs:
|
|||
with:
|
||||
python-version: '3.x'
|
||||
- name: Install Platformio
|
||||
run: pip install --upgrade platformio==6.1.11
|
||||
run: pip install --upgrade platformio==6.1.17
|
||||
- name: Run PlatformIO CI (Arduino)
|
||||
if: ${{ matrix.framework == 'Arduino'}}
|
||||
env:
|
Loading…
Add table
Reference in a new issue