Update build-platformio-ubuntu.yml
This commit is contained in:
parent
c8bf9a74dc
commit
70c3d13b5b
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
name: ESP32 / sim build (64bit) on Ubuntu
|
||||
name: ESP32 and Sim build (64bit) on Ubuntu
|
||||
|
||||
on: [push,workflow_dispatch]
|
||||
|
||||
|
@ -12,6 +12,7 @@ jobs:
|
|||
|
||||
|
||||
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/cache@v4
|
||||
|
@ -33,6 +34,7 @@ jobs:
|
|||
|
||||
|
||||
|
||||
|
||||
- name: Install PlatformIO Core
|
||||
run: pip install --upgrade platformio
|
||||
|
||||
|
|
Loading…
Reference in a new issue