Change readme and workflow.

This commit is contained in:
asdlokj1qpi23
2023-12-21 15:52:39 +08:00
parent 92db1f1f58
commit 03b6f02573
2 changed files with 3 additions and 2 deletions

View File

@@ -286,7 +286,8 @@ jobs:
build:
name: Build
needs: [amd64_build, x86_build, armv7_build, arm64_build]
# needs: [amd64_build, x86_build, armv7_build, arm64_build]
needs: [amd64_build, x86_build]
runs-on: ubuntu-latest
steps:
- name: Checkout base