Skip to content

Commit

Permalink
Update platformio.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jetsup authored Jul 5, 2024
1 parent 7a31b0e commit 39edf12
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ jobs:

- name: Install PlatformIO Core
run: |
python -m pip install --upgrade pip
pip install platformio
python3 -m pip install --upgrade pip
pip3 install platformio
- name: Initialize PlatformIO environment
run: |
pio system init
# pio system init
pio home
pio update
pio upgrade --dev
pio lib install
Expand Down

0 comments on commit 39edf12

Please sign in to comment.