Update firmware.yml

Thomas Ballmann 3 years ago committed by GitHub
parent 78535d283b
commit 032191c15a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,7 @@ jobs:
# key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} # key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
# #
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v1
- name: Install PlatformIO - name: Install PlatformIO
run: | run: |
@ -49,6 +49,6 @@ jobs:
# run: pio lib -g install 1 # run: pio lib -g install 1
- name: Run PlatformIO - name: Run PlatformIO
run: platformio run # run: platformio run
# run: pio run -e esp32 run: pio run -e esp32

Loading…
Cancel
Save