From 8391d05b7eb349d377bef5c4eb99013a2ff210db Mon Sep 17 00:00:00 2001
From: KangYongSu <edc20203@gmail.com>
Date: Thu, 5 Oct 2023 19:13:56 +0900
Subject: [PATCH] Update CI.yml

---
 .github/workflows/CI.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 2e1876e..cb8b116 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -40,7 +40,6 @@ jobs:
 
       - name: Install Dependencies
         # 이전의 cache가 없다면 의존성을 설치합니다.
-        if: steps.cache.outputs.cache-hit != 'true'
         run: yarn install --immutable
 
       - name: Build Packages