Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Set python version
  • Loading branch information
TheNitek committed Jun 1, 2024
1 parent 5ea6b7b commit a4c184c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
~/.platformio/.cache
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install PlatformIO
run: pip install --upgrade platformio
- name: Build
Expand Down

0 comments on commit a4c184c

Please sign in to comment.