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 9138927 commit 1b1f3c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ jobs:
pattern: imgui-godot-*_imgui*

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

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

- uses: chickensoft-games/setup-godot@v2
env:
ACTIONS_RUNTIME_TOKEN:
with:
version: ${{ matrix.gdver }}
use-dotnet: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/godot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- uses: actions/checkout@v4

- uses: chickensoft-games/setup-godot@v2
env:
ACTIONS_RUNTIME_TOKEN:
with:
version: ${{ matrix.gdver }}
use-dotnet: true
Expand Down

0 comments on commit 1b1f3c1

Please sign in to comment.