Update firmware.yml

Thomas Ballmann 3 years ago committed by GitHub
parent 67ed590c0c
commit a71fba8e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,6 +40,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade platformio
- name: Install library dependencies
run: pio lib -g install 1
- name: Run PlatformIO
run: pio run -e esp32

Loading…
Cancel
Save