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: |
|
- run: |
|
||||||
apt update; apt install --yes python3-pip
|
apt update; apt install --yes python3-pip
|
||||||
pip3 install platformio
|
pip3 install platformio
|
||||||
|
cd esp
|
||||||
pio run
|
pio run
|
||||||
|
|
||||||
openscad:
|
openscad:
|
||||||
|
@ -19,4 +20,5 @@ jobs:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
- run: |
|
- run: |
|
||||||
apt update; apt install --yes openscad
|
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