We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2da74d commit 5a1da45Copy full SHA for 5a1da45
.github/workflows/platformio.yml
@@ -21,6 +21,7 @@ jobs:
21
22
- name: Install dependencies
23
run: |
24
+ sudo npm install -g html-minifier
25
python -m pip install --upgrade pip
26
pip install platformio
27
.github/workflows/release.yml
@@ -24,6 +24,7 @@ jobs:
- name: Build project # This would actually build your project, using zip for an example artifact
28
29
30
0 commit comments