From 28a18910d74bd0e351208e51c8f470798875fcc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=AC=B8=EC=84=B1=ED=95=98?= Date: Sun, 2 Feb 2025 22:09:34 +0900 Subject: [PATCH] test --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a77084c..976bc2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,9 +27,9 @@ jobs: fail-fast: false matrix: local-cache-path: - - tmp/cache + - /tmp/cache # - '' - + steps: - name: Checkout