Update build-platformio-ubuntu.yml

This commit is contained in:
Klaus Musch 2024-03-12 22:35:00 +01:00 committed by GitHub
parent c8bf9a74dc
commit 70c3d13b5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
name: ESP32 / sim build (64bit) on Ubuntu name: ESP32 and Sim build (64bit) on Ubuntu
on: [push,workflow_dispatch] on: [push,workflow_dispatch]
@ -12,6 +12,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/cache@v4 - uses: actions/cache@v4
@ -33,6 +34,7 @@ jobs:
- name: Install PlatformIO Core - name: Install PlatformIO Core
run: pip install --upgrade platformio run: pip install --upgrade platformio