Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
redakker authored Nov 16, 2023
1 parent 320d35e commit 5f486b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install Git
run: apt install git
- name: Install PlatformIO Core
run: pip install --upgrade platformio

- name: Build PlatformIO Project
run: pio run

0 comments on commit 5f486b8

Please sign in to comment.