Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Jan 1, 2024
1 parent 19097d0 commit 880b70d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/firmware_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Virutalnenv install
run: |
pip install --upgrade virtualenv
virtualenv -p python3 venv
- name: Installing platformio
run: pip3 install -U platformio

Expand Down

0 comments on commit 880b70d

Please sign in to comment.