Skip to content

Commit

Permalink
Use release version of gdtoolkit in githu actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisl8 committed Dec 4, 2023
1 parent ce3e786 commit 33d8cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ jobs:
shell: bash

- id: install-gdtoolkit
run: pip install git+https://github.com/Scony/godot-gdscript-toolkit.git
run: pip install "gdtoolkit==4.*"
shell: bash

- id: run-gdformat

0 comments on commit 33d8cfd

Please sign in to comment.