Skip to content

Commit

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

- if: matrix.precision == 'double'
shell: bash
run: rm -rf gdext/godot-cpp/gdextension

- uses: actions/cache/restore@v4
Expand All @@ -114,6 +115,7 @@ jobs:
fail-on-cache-miss: true

- if: matrix.precision == 'double'
shell: bash
run: |
mv gdextension gdext/godot-cpp
ls -al gdext/godot-cpp/gdextension
Expand Down

0 comments on commit 69fb231

Please sign in to comment.