Add git to install list in workflow
Some checks failed
Compile / Compile (push) Failing after 1m30s

This commit is contained in:
Lewis Jackson 2023-05-30 21:26:18 +03:00
parent e76ce513d6
commit 8fe0ed9f15

View file

@ -8,7 +8,7 @@ jobs:
- name: Setup PlatformIO - name: Setup PlatformIO
run: | run: |
apt update apt update
apt -y install platformio curl apt -y install platformio curl git
- name: Setup node - name: Setup node
run: | run: |
curl -fsSL https://deb.nodesource.com/setup_20.x | bash - curl -fsSL https://deb.nodesource.com/setup_20.x | bash -