fix: ci
This commit is contained in:
parent
566a50e6b5
commit
5d1704cdf8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
|||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- run: |
|
||||
apt update; apt install --yes python3-pip
|
||||
pip3 install platformio
|
||||
pip3 install --break-system-packages platformio
|
||||
cd esp
|
||||
sed -re 's/put your ssid here/"ssid"/g' -i src/main.cpp
|
||||
sed -re 's/put your psk here/"psk"/g' -i src/main.cpp
|
||||
|
|
Loading…
Reference in a new issue