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 08a7735
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/firmware_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ 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: |
Expand Down

0 comments on commit 08a7735

Please sign in to comment.