Browse Source

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

Mario Zechner 2 năm trước cách đây
mục cha
commit
8c1504a949
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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