fix ci for ubuntu-latest
This commit is contained in:
parent
db3d8323ea
commit
c1ac1baa1b
|
@ -18,7 +18,7 @@ jobs:
|
||||||
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
|
||||||
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