Skip to content

Commit

Permalink
build: fix pip install of platformio
Browse files Browse the repository at this point in the history
  • Loading branch information
erichelgeson committed Oct 15, 2024
1 parent 5ae44ba commit 58226df
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/firmware_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,17 @@ jobs:
with:
path: BlueSCSI
fetch-depth: "0"

- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install platformio
run: |
sudo pip install platformio
pip install --upgrade platformio
- name: Build firmware
run: |
cd BlueSCSI
pio run -v
pio run -e BlueSCSI_Pico2 -v
- name: Rename firmware files
run: |
Expand Down

0 comments on commit 58226df

Please sign in to comment.