mirror of
https://github.com/btclock/btclock_v3.git
synced 2024-11-19 02:40:01 +01:00
Fix workflow
This commit is contained in:
parent
5201ee8240
commit
638557140e
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 New Issue
Block a user