use apt
Some checks failed
Test compiling project / test (push) Failing after 4s

This commit is contained in:
2023-10-02 15:36:30 +02:00
parent 8ba9075841
commit b2240984e5

View File

@@ -10,10 +10,7 @@ jobs:
steps:
- name: Install necessary dependencies
run: apt update && apt install nodejs -y
- uses: actions/setup-python@v4
with:
python-version: '3.9'
run: apt update && apt install nodejs python3 python-pip -y
- name: Install Platformio
run: pip install --break-system-packages --upgrade platformio
- name: Checkout Code