Skip to content

Commit

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

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

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

0 comments on commit 866a3e2

Please sign in to comment.