From c9008a590d7a90df5b01bde32bc58c33fd8044e9 Mon Sep 17 00:00:00 2001 From: EthanPisani Date: Thu, 20 Feb 2025 02:51:14 -0500 Subject: [PATCH] edit cache --- .gitea/workflows/build.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b137abd7..585bbb61 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -34,17 +34,12 @@ jobs: fetch-depth: 0 lfs: true - - name: Clean Library and Build folder - run: | - rm -rf Library - - - uses: actions/cache@v4 + - name: Cache Unity Library (Speeds up builds) + uses: actions/cache@v3 with: path: Library - key: Library-${{ matrix.unityVersion }}-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }} - restore-keys: | - Library-${{ matrix.unityVersion }}-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }} - Library- + key: Library-${{ matrix.targetPlatform }} + restore-keys: Library- - name: Debug - List project files run: |