Fix workflow
This commit is contained in:
parent
5201ee8240
commit
638557140e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
|
@ -35,10 +35,10 @@ jobs:
|
|||
run: pip install --upgrade platformio
|
||||
|
||||
- name: Build BTClock firmware
|
||||
run: pio run -e default
|
||||
run: pio run -e lolin_s3_mini
|
||||
|
||||
- name: Build BTClock filesystem
|
||||
run: pio run -e default --target buildfs
|
||||
run: pio run -e lolin_s3_mini --target buildfs
|
||||
|
||||
- name: Install esptools.py
|
||||
run: pip install --upgrade esptool
|
||||
|
|
Loading…
Reference in a new issue