fix(ci): platformio build
All checks were successful
/ platformio (push) Successful in 1m37s
/ openscad (push) Successful in 1m11s

This commit is contained in:
s3lph 2023-11-20 00:44:12 +01:00
parent 291b2f144b
commit 7e245f9a11
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -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