Skip to content

Commit

Permalink
missing tool
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-d committed Mar 7, 2020
1 parent 5a0b9b2 commit e003cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

- name: Install dependencies
run: |
sudo npm install -g html-minifier
python -m pip install --upgrade pip
pip install platformio
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:

- name: Build project # This would actually build your project, using zip for an example artifact
run: |
sudo npm install -g html-minifier
python -m pip install --upgrade pip
pip install platformio
Expand Down

0 comments on commit e003cef

Please sign in to comment.