Install curl
All checks were successful
Test compiling project / test (push) Successful in 2m18s

This commit is contained in:
2025-02-15 15:35:25 +01:00
parent b945aaeb50
commit 10b34c3fd4

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- name: Install necessary dependencies
run: apt update && apt install nodejs python3 python3-pip git -y
run: apt update && apt install nodejs python3 python3-pip git curl -y
- name: Install Platformio
run: pip install --break-system-packages --upgrade platformio
- name: Checkout Code