Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Jul 1, 2024
1 parent 6c28567 commit 1413f54
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@ jobs:

gds_game:
needs: [package]
env:
ACTIONS_CACHE_URL:
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -362,6 +364,8 @@ jobs:
test_gdscript:
needs: [package]
env:
ACTIONS_CACHE_URL:
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -392,6 +396,8 @@ jobs:
pattern: imgui-godot-*_imgui*

- uses: chickensoft-games/setup-godot@v2
env:
ACTIONS_CACHE_URL:
with:
version: ${{ matrix.gdver }}
use-dotnet: false
Expand Down Expand Up @@ -439,6 +445,8 @@ jobs:
pattern: imgui-godot-*_imgui*

- uses: chickensoft-games/setup-godot@v2
env:
ACTIONS_CACHE_URL:
with:
version: ${{ matrix.gdver }}
use-dotnet: true
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/godot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
- push
- pull_request

env:
ACTIONS_CACHE_URL:

jobs:
test_csharp_only:
strategy:
Expand Down

0 comments on commit 1413f54

Please sign in to comment.