fix(ci): sed
All checks were successful
/ platformio (push) Successful in 1m23s
/ openscad (push) Successful in 1m34s

This commit is contained in:
s3lph 2023-11-20 01:28:10 +01:00
parent 0e674fe5f8
commit c350d8b342
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -12,8 +12,8 @@ jobs:
apt update; apt install --yes python3-pip
pip3 install platformio
cd esp
sed -re 's/put your ssid here/"ssid"' -i src/main.cpp
sed -re 's/put your psk here/"psk"' -i src/main.cpp
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
pio run
openscad: