Skip to content

Commit

Permalink
fix restore cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Aug 9, 2024
1 parent fe2dd96 commit 8847cb1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,21 +104,19 @@ jobs:
key: ${{ env.cache_key }}

- if: matrix.precision == 'double'
run: |
ls -al gdext/godot-cpp/gdextension
rm -rf gdext/godot-cpp/gdextension
run: rm -rf gdext/godot-cpp/gdextension

- uses: actions/cache/restore@v4
if: matrix.precision == 'double'
with:
path: gdext/godot-cpp/gdextension
path: gdextension
key: gdextension-api-double-${{ env.stable_gdver }}
fail-on-cache-miss: true

- if: matrix.precision == 'double'
run: |
mv gdextension gdext/godot-cpp
ls -al gdext/godot-cpp/gdextension
ls -R gdext/godot-cpp
- name: Build
if: github.ref_type != 'tag' || runner.os != 'Windows'
Expand Down

0 comments on commit 8847cb1

Please sign in to comment.