From 30b0b6cf11a2459aca1a264b638e6c11eda98805 Mon Sep 17 00:00:00 2001 From: bd_ Date: Fri, 16 Aug 2024 18:51:49 -0700 Subject: [PATCH] ci: disable cache for backport --- .github/workflows/gameci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gameci.yml b/.github/workflows/gameci.yml index 782ffcd7..48d80bad 100644 --- a/.github/workflows/gameci.yml +++ b/.github/workflows/gameci.yml @@ -131,12 +131,12 @@ jobs: cat $i | jq .version done - - uses: actions/cache@v4 - if: ${{ steps.setup.outputs.should_test == 'true' }} - with: - path: Library - key: Library-${{ steps.configure.outputs.unity_version }}-${{ matrix.sdk }} - restore-keys: Library- +# - uses: actions/cache@v4 +# if: ${{ steps.setup.outputs.should_test == 'true' }} +# with: +# path: Library +# key: Library-${{ steps.configure.outputs.unity_version }}-${{ matrix.sdk }} +# restore-keys: Library- - uses: game-ci/unity-test-runner@v3 id: gameci