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