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'