Update firmware.yml

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

@ -24,21 +24,22 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Build on PlatformIO
run: bash ci/build-platformio.sh
# - name: Build on PlatformIO
# run: bash ci/build-platformio.sh
# - name: Set up Python
# uses: actions/setup-python@v1
- name: Set up Python
uses: actions/setup-python@v1
# - name: Install PlatformIO
# run: |
# python -m pip install --upgrade pip
# pip install --upgrade platformio
- name: Install PlatformIO
run: |
python -m pip install --upgrade pip
pip install --upgrade platformio
# - name: Install library dependencies
# run: pio lib -g install 1
- name: Install library dependencies
run: pio lib -g install 1
# - name: Run PlatformIO
- name: Run PlatformIO
run: platformio run
# run: pio run -e esp32

Loading…
Cancel
Save