diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 331acf0..4326df6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,7 @@ jobs: with: godot-version: ${{ matrix.godot-version }} godot-status: ${{ matrix.godot-status }} + version: 'installed' paths: | res://test/ timeout: 5 diff --git a/src/ExampleScene.gd b/src/ExampleScene.gd index 2d95b41..61760a1 100644 --- a/src/ExampleScene.gd +++ b/src/ExampleScene.gd @@ -2,7 +2,6 @@ extends CanvasLayer func _enter_tree(): - print("some ansi code?") print("\\033[31mHello\\033[0m") Log.set_colors_pretty()