#30: remove environment from ci workflow to always build defaults
This commit is contained in:
parent
b1bd523745
commit
8f45554a35
|
@ -21,5 +21,5 @@ jobs:
|
||||||
pip install -U platformio
|
pip install -U platformio
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
pio run -e m5stack-atom
|
pio run
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue