We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83cecfa commit fe70831Copy full SHA for fe70831
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install PlatformIO
31
run: |
32
python -m pip install --upgrade pip
33
- pip install --upgrade platformio
+ pip install --upgrade platformio intelhex
34
- name: Install library dependencies
35
run: pio pkg install -g -l "paulstoffregen/Time@^1.6"
36
- name: Run PlatformIO
0 commit comments