Skip to content

Commit

Permalink
Merge pull request #23 from youseetoo/beniroquai-patch-3
Browse files Browse the repository at this point in the history
Update build_platformio.yaml
  • Loading branch information
beniroquai authored Feb 6, 2024
2 parents 88ab5d1 + ba3af73 commit c8c60d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_platformio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
ref: main
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit c8c60d0

Please sign in to comment.