diff --git a/.gitea/workflows/youzi.yml b/.gitea/workflows/youzi.yml index 66a057a..87016f2 100644 --- a/.gitea/workflows/youzi.yml +++ b/.gitea/workflows/youzi.yml @@ -20,7 +20,6 @@ jobs: with: # gitea-tool-cache导出 node 具体版本 node-version: ${{ steps.tool-cache.outputs.node-version }} - cache: 'yarn' - name: 缓存 uses: https://gitea.cn/actions/cache@v4 @@ -31,7 +30,7 @@ jobs: - name: Install and Build # 下载依赖 打包项目 run: | - corepack install + npm i yarn --registry=https://registry.npmmirror.com yarn install yarn build - name: Appleboy