Browse Source

[godot] Don't setup Godot dependencies on self-hosted runner.

Mario Zechner 2 years ago
parent
commit
8c1504a949
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/spine-godot-v4.yml

+ 2 - 2
.github/workflows/spine-godot-v4.yml

@@ -121,8 +121,8 @@ jobs:
         with:
           fetch-depth: 0
 
-      - name: Setup python and scons
-        uses: ./.github/actions/setup-godot-deps
+      #- name: Setup python and scons
+      #  uses: ./.github/actions/setup-godot-deps
 
       - name: Build Godot artifact
         shell: bash