fix ci part 2 for ubuntu-latest
This commit is contained in:
parent
c1ac1baa1b
commit
61e2c93b73
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Install deps
|
||||
run: |
|
||||
#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 --break-system-packages
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue