feat: migrate from woodpecker to forgejo actions
All checks were successful
/ firmware (push) Successful in 4m0s
All checks were successful
/ firmware (push) Successful in 4m0s
This commit is contained in:
parent
acd5607b26
commit
9eced46d51
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- name: prepare environment
|
- name: prepare environment
|
||||||
run: |
|
run: |
|
||||||
apt update; apt install --yes python3-pip
|
apt update; apt install --yes python3-pip
|
||||||
pip3 install platformio
|
pip3 install --break-system-packages platformio
|
||||||
- name: build firmware image
|
- name: build firmware image
|
||||||
run: |
|
run: |
|
||||||
cd esp
|
cd esp
|
||||||
|
|
Loading…
Reference in a new issue