Skip to content

Commit

Permalink
cross os
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Aug 9, 2024
1 parent 69fb231 commit f2953ab
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
path: gdextension
key: gdextension-api-double-${{ env.stable_gdver }}
lookup-only: true
enableCrossOsArchive: true

- uses: actions/checkout@v4
if: steps.cache.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -103,20 +104,18 @@ jobs:
gdext/scons_cache
key: ${{ env.cache_key }}

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

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

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

0 comments on commit f2953ab

Please sign in to comment.