diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 27cf3688..0f0dab08 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -175,8 +175,8 @@ jobs: uses: actions/cache@v3 with: path: Library - key: Library-build-${{ matrix.targetPlatform }}-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }} - restore-keys: Library-build-${{ matrix.targetPlatform }}- + key: Library-buildLinux-${{ matrix.targetPlatform }}-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }} + restore-keys: Library-buildLinux-${{ matrix.targetPlatform }}- - name: Free Disk Space if: matrix.targetPlatform == 'Android' || matrix.targetPlatform == 'StandaloneLinux64' uses: jlumbroso/free-disk-space@v1.3.0