This commit is contained in:
@@ -10,10 +10,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install necessary dependencies
|
- name: Install necessary dependencies
|
||||||
run: apt update && apt install nodejs -y
|
run: apt update && apt install nodejs python3 python-pip -y
|
||||||
- uses: actions/setup-python@v4
|
|
||||||
with:
|
|
||||||
python-version: '3.9'
|
|
||||||
- name: Install Platformio
|
- name: Install Platformio
|
||||||
run: pip install --break-system-packages --upgrade platformio
|
run: pip install --break-system-packages --upgrade platformio
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
|
|||||||
Reference in New Issue
Block a user