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

This commit is contained in:
gronod
2026-06-14 09:32:55 +01:00
parent 44a1fe8d79
commit 05b8a77205
+2 -2
View File
@@ -13,8 +13,8 @@ jobs:
container: espressif/idf:v5.2.1
steps:
- name: Install Modern Node.js (Gitea Compatibility)
run: sudo apt-get update && sudo apt-get install -y ca-certificates curl gnupg && curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - && sudo apt-get install -y nodejs
run: apt-get update && apt-get install -y ca-certificates curl gnupg && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs
- name: Checkout Repository
uses: actions/checkout@v4
with: