Skip to content

Commit

Permalink
test cache 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Apr 19, 2024
1 parent 31f5ef4 commit d6711a8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ jobs:
cd gdext
${{ env.VCPKG_ROOT }}\vcpkg install --triplet x64-windows-static
- uses: actions/cache@v4
id: cache-godot-cpp
with:
path: |
gdext/scons_cache
key: godot-cpp-${{ runner.os }}-${{ hashFiles('gdext/godot-cpp/gdextension/extension_api.json') }}

- name: Build debug
run: |
cd gdext
Expand Down Expand Up @@ -139,6 +146,13 @@ jobs:
cd gdext
zsh scripts/vcpkg-macos.sh
- uses: actions/cache@v4
id: cache-godot-cpp
with:
path: |
gdext/scons_cache
key: godot-cpp-${{ runner.os }}-${{ hashFiles('gdext/godot-cpp/gdextension/extension_api.json') }}

- name: Build debug
run: |
export PATH="$(brew --prefix llvm@15)/bin:$PATH"
Expand Down

0 comments on commit d6711a8

Please sign in to comment.