add git
All checks were successful
Test compiling project / test (push) Successful in 1m51s

This commit is contained in:
2023-10-02 15:39:13 +02:00
parent 12e919418e
commit 655f746fcc

View File

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