From 8c1504a949e247cd9d631e510ad9f723727cf86d Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 31 Jul 2023 10:58:42 +0200 Subject: [PATCH] [godot] Don't setup Godot dependencies on self-hosted runner. --- .github/workflows/spine-godot-v4.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spine-godot-v4.yml b/.github/workflows/spine-godot-v4.yml index b6a8d6c18..f7e1f042c 100644 --- a/.github/workflows/spine-godot-v4.yml +++ b/.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