From fe2dd965c1efc75f8eb603180519f2166998cefc Mon Sep 17 00:00:00 2001 From: Patrick Dawson Date: Fri, 9 Aug 2024 21:45:20 +0200 Subject: [PATCH] try clean before restore --- .github/workflows/gdext.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gdext.yml b/.github/workflows/gdext.yml index 72febe5..5cfcbcd 100644 --- a/.github/workflows/gdext.yml +++ b/.github/workflows/gdext.yml @@ -104,7 +104,9 @@ jobs: key: ${{ env.cache_key }} - if: matrix.precision == 'double' - run: ls -al gdext/godot-cpp/gdextension + run: | + ls -al gdext/godot-cpp/gdextension + rm -rf gdext/godot-cpp/gdextension - uses: actions/cache/restore@v4 if: matrix.precision == 'double'