actions: fiddle with
Some checks failed
Make mod zip release / Assemble-Zip (push) Failing after 10s

This commit is contained in:
Aleksey 2023-12-19 15:39:27 +00:00
parent f0527f52cf
commit a75813601d
Signed by: tea
GPG Key ID: D9C68D34A3CAE37A

View File

@ -9,8 +9,8 @@ jobs:
- name: "install python 3.11"
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: "install pip"
python-version: "3.10"
- name: "install pipenv"
run: |-
apt update -y && apt install pipenv -y
- name: "checkout"