From 209ea368658f52ac3c776b6ea0305acef793ca81 Mon Sep 17 00:00:00 2001 From: nyyu Date: Sun, 1 Jun 2025 11:04:05 +0200 Subject: [PATCH] chore: ci default tool cache --- .gitea/workflows/run.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/run.yaml b/.gitea/workflows/run.yaml index 46f9682..e7bd674 100644 --- a/.gitea/workflows/run.yaml +++ b/.gitea/workflows/run.yaml @@ -11,8 +11,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: denoland/setup-deno@v2 - env: - RUNNER_TOOL_CACHE: /tmp with: deno-version: v2.x - run: |