fix(ci): apt install --yes
Some checks failed
/ platformio (push) Failing after 27s
/ openscad (push) Successful in 1m36s

This commit is contained in:
s3lph 2023-11-20 00:40:15 +01:00
parent 01b9491995
commit 291b2f144b
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -9,7 +9,7 @@ jobs:
steps: steps:
- uses: https://code.forgejo.org/actions/checkout@v4 - uses: https://code.forgejo.org/actions/checkout@v4
- run: | - run: |
apt update; apt install python3-pip apt update; apt install --yes python3-pip
pip3 install platformio pip3 install platformio
pio run pio run
@ -18,5 +18,5 @@ jobs:
steps: steps:
- uses: https://code.forgejo.org/actions/checkout@v4 - uses: https://code.forgejo.org/actions/checkout@v4
- run: | - run: |
apt update; apt install openscad apt update; apt install --yes openscad
openscad -o pipeline.stl case/clock.scad openscad -o pipeline.stl case/clock.scad