更新build
Build and Publish / Run (push) Failing after 5m10s
Details
Build and Publish / Run (push) Failing after 5m10s
Details
This commit is contained in:
parent
af3b09486f
commit
828063b913
|
@ -10,7 +10,8 @@ jobs:
|
||||||
run: echo "OS=${{ runner.os }} NAME=${{ gitea.event_name }} REPO=${{ gitea.repository }} BRANCH=${{ gitea.ref }} ST=${{ job.status }}"
|
run: echo "OS=${{ runner.os }} NAME=${{ gitea.event_name }} REPO=${{ gitea.repository }} BRANCH=${{ gitea.ref }} ST=${{ job.status }}"
|
||||||
- name: Prepare Python
|
- name: Prepare Python
|
||||||
run: |
|
run: |
|
||||||
apt install python3-pip
|
apt-get update
|
||||||
|
apt-get install python3-pip
|
||||||
python3 -m pip install setuptools
|
python3 -m pip install setuptools
|
||||||
- name: CheckOut
|
- name: CheckOut
|
||||||
uses: http://hmtsai.cn:3000/actions/checkout@v4
|
uses: http://hmtsai.cn:3000/actions/checkout@v4
|
||||||
|
|
Loading…
Reference in New Issue