actions: apt -y
All checks were successful
Make mod zip release / Assemble-Zip (push) Successful in 19s

This commit is contained in:
Aleksey 2023-12-18 05:21:53 +00:00
parent 6c1a894ab8
commit 3ccb4bab71
Signed by: tea
GPG Key ID: D9C68D34A3CAE37A

View File

@ -7,4 +7,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "prepare pip"
run: "apt update && apt install pipenv"
run: "apt update -y && apt install pipenv -y"