feat: migrate from woodpecker to forgejo actions
All checks were successful
/ firmware (push) Successful in 4m0s

This commit is contained in:
s3lph 2023-11-28 23:52:51 +01:00
parent acd5607b26
commit 9eced46d51
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -11,7 +11,7 @@ jobs:
- name: prepare environment
run: |
apt update; apt install --yes python3-pip
pip3 install platformio
pip3 install --break-system-packages platformio
- name: build firmware image
run: |
cd esp