actions: add checkout, pipenv install
Some checks failed
Make mod zip release / Assemble-Zip (push) Failing after 37s
Some checks failed
Make mod zip release / Assemble-Zip (push) Failing after 37s
This commit is contained in:
parent
3ccb4bab71
commit
633695e5c4
@ -6,5 +6,11 @@ jobs:
|
||||
Assemble-Zip:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: "prepare pip"
|
||||
run: "apt update -y && apt install pipenv -y"
|
||||
- name: "install pip"
|
||||
run: |-
|
||||
apt update -y && apt install pipenv -y
|
||||
- name: "checkout"
|
||||
uses: actions/checkout@v3
|
||||
- name: "setup pipenv environment"
|
||||
run: pipenv install
|
||||
working-directory: ${{ gitea.workspace }}
|
||||
|
Loading…
Reference in New Issue
Block a user