Update .github/workflows/build.yml
Build and Package Firmware / build (push) Failing after 23s

This commit is contained in:
gronod
2026-06-14 09:16:15 +01:00
parent 010c7df01f
commit f32d8ee9b1
+2
View File
@@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
container: espressif/idf:v5.2.1
steps:
- name: Install Node.js (Gitea Compatibility)
run: apt-get update && apt-get install -y nodejs
- name: Checkout Repository
uses: actions/checkout@v4
with: