diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2f4934a..4981ffc 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -21,10 +21,6 @@ jobs: image: node:16-bullseye # 持久化工具目录 steps: - - name: Checkout - uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: setup go uses: https://github.com/actions/setup-go@v4 with: