更新build
Build and Publish / Run (push) Failing after 5m10s Details

This commit is contained in:
cxykevin 2024-04-15 22:10:13 +08:00
parent af3b09486f
commit 828063b913
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ jobs:
run: echo "OS=${{ runner.os }} NAME=${{ gitea.event_name }} REPO=${{ gitea.repository }} BRANCH=${{ gitea.ref }} ST=${{ job.status }}"
- name: Prepare Python
run: |
apt install python3-pip
apt-get update
apt-get install python3-pip
python3 -m pip install setuptools
- name: CheckOut
uses: http://hmtsai.cn:3000/actions/checkout@v4