commit
38d56f1c57
|
@ -17,8 +17,8 @@ jobs:
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: |
|
run: |
|
||||||
#apt-get install -y python3-pip
|
#apt-get install -y python3-pip
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip --break-system-packages
|
||||||
pip install -U platformio
|
pip install -U platformio --break-system-packages
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
pio run
|
pio run
|
||||||
|
|
Loading…
Reference in New Issue