fix(ci): platformio build
This commit is contained in:
parent
291b2f144b
commit
7e245f9a11
1 changed files with 3 additions and 1 deletions
|
@ -11,6 +11,7 @@ jobs:
|
|||
- run: |
|
||||
apt update; apt install --yes python3-pip
|
||||
pip3 install platformio
|
||||
cd esp
|
||||
pio run
|
||||
|
||||
openscad:
|
||||
|
@ -19,4 +20,5 @@ jobs:
|
|||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- run: |
|
||||
apt update; apt install --yes openscad
|
||||
openscad -o pipeline.stl case/clock.scad
|
||||
cd case
|
||||
openscad -o pipeline.stl clock.scad
|
||||
|
|
Loading…
Reference in a new issue