actions: fiddle with
Some checks failed
Make mod zip release / Assemble-Zip (push) Failing after 26s
Some checks failed
Make mod zip release / Assemble-Zip (push) Failing after 26s
This commit is contained in:
parent
8a70414115
commit
f0527f52cf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user