diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index b3d61af..2cb5af6 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: image: gitea-ci-bash:latest env: # 指定容器将工具缓存路径存放到 /opt/hostedtoolcache,该目录是Gitea Runner的标准工具缓存目录 - RUNNER_TOOL_CACHE: /opt/hostedtoolcache +# RUNNER_TOOL_CACHE: /opt/hostedtoolcache steps: - name: 检出代码 shell: bash