chore: ci default tool cache
Some checks failed
/ run (push) Failing after 5s

This commit is contained in:
nyyu 2025-06-01 11:04:05 +02:00
parent 36625ad7a9
commit 97413f2264

View file

@ -9,10 +9,12 @@ jobs:
run:
runs-on: docker
steps:
- run: |
id
ls -l / /opt
df -h
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
env:
RUNNER_TOOL_CACHE: /tmp
with:
deno-version: v2.x
- run: |