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

This commit is contained in:
Aleksey 2023-12-19 15:38:15 +00:00
parent 8a70414115
commit f0527f52cf
Signed by: tea
GPG Key ID: D9C68D34A3CAE37A

View File

@ -4,8 +4,12 @@ on: [push]
jobs:
Assemble-Zip:
runs-on: python3.11
runs-on: ubuntu-latest
steps:
- name: "install python 3.11"
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: "install pip"
run: |-
apt update -y && apt install pipenv -y