Skip to content

Commit

Permalink
Move Godot to 4.1.1, due to controller regression (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan authored Nov 16, 2023
1 parent ab4efc6 commit 78fd0e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Godot
uses: chickensoft-games/setup-godot@v1
with:
version: 4.1.3
version: 4.1.1
use-dotnet: false
- name: Build
run: make release GODOT=godot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Godot
uses: chickensoft-games/setup-godot@v1
with:
version: 4.1.3
version: 4.1.1
use-dotnet: false
- name: Build
run: make release GODOT=godot
Expand Down

0 comments on commit 78fd0e8

Please sign in to comment.