fix: ci
All checks were successful
/ platformio (push) Successful in 2m20s
/ openscad (push) Successful in 1m54s

This commit is contained in:
s3lph 2024-06-05 01:22:03 +02:00
parent 566a50e6b5
commit 5d1704cdf8
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -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