fix(ci): apt install --yes
This commit is contained in:
parent
01b9491995
commit
291b2f144b
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- run: |
|
||||
apt update; apt install python3-pip
|
||||
apt update; apt install --yes python3-pip
|
||||
pip3 install platformio
|
||||
pio run
|
||||
|
||||
|
@ -18,5 +18,5 @@ jobs:
|
|||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- run: |
|
||||
apt update; apt install openscad
|
||||
apt update; apt install --yes openscad
|
||||
openscad -o pipeline.stl case/clock.scad
|
||||
|
|
Loading…
Reference in a new issue