Skip to content

Commit

Permalink
try clean before restore
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Aug 9, 2024
1 parent c550cba commit fe2dd96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit fe2dd96

Please sign in to comment.