Преглед на файлове

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

Mario Zechner преди 2 години
родител
ревизия
8c1504a949
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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