From a8a0e8104e2d13139e65e3ed1824d8cd0dd0cabe Mon Sep 17 00:00:00 2001 From: SungJun Hong <74225754+hogumachu@users.noreply.github.com> Date: Sun, 21 Jan 2024 21:09:13 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20cache=20=EA=B2=BD=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 439cf9e..5f07325 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: SPM Cache uses: actions/cache@v3 with: - path: ~/Library/Developer/Xcode/DerivedData/InMyMemory*/SourcePackages/ + path: SourcePackages/ key: ${{ runner.os }}-spm-${{ hashFiles('InMyMemory.xcworkspace/xcshareddata/swiftpm/Package.resolved') }} restore-keys: | ${{ runner.os }}-spm-