Skip to content

Commit

Permalink
where is the gdext coming from
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Jul 1, 2024
1 parent 89345da commit a8658d6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/godot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: chickensoft-games/setup-godot@v1
- shell: bash
run: ls -R

- uses: chickensoft-games/setup-godot@v2
with:
version: ${{ matrix.gdver }}
use-dotnet: true
Expand All @@ -38,6 +41,9 @@ jobs:
with:
path: doc/test/csharp

- shell: bash
run: ls -R

- name: Build
shell: bash
run: |
Expand Down

0 comments on commit a8658d6

Please sign in to comment.