Skip to content

Commit

Permalink
build: fix pip platformio install
Browse files Browse the repository at this point in the history
  • Loading branch information
erichelgeson committed Oct 19, 2024
1 parent 1bf6c57 commit 56f020f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/firmware_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ jobs:
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 56f020f

Please sign in to comment.