diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index d5ea07b..8ec887a 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -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